Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/1397044/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1397044,
    "uri": "https://api.kexp.org/v2/plays/1397044/?format=api",
    "airdate": "2008-07-13T08:59:51-07:00",
    "show": 24377,
    "show_uri": "https://api.kexp.org/v2/shows/24377/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YS36W655L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YS36W655L._SL75_.jpg",
    "song": "Pawn Shop",
    "track_id": "239078d8-0d51-4114-a90b-bc5c7b552083",
    "recording_id": null,
    "artist": "Arbee Stidham",
    "artist_ids": [
        "b6510b28-4c48-4038-aa67-54ab4c8b98c3"
    ],
    "album": "Tired of Wandering",
    "release_id": "860b89b5-c732-493c-9cfe-0251a747f645",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}