Information about plays

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

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

{
    "id": 416851,
    "uri": "https://api.kexp.org/v2/plays/416851/?format=api",
    "airdate": "2001-04-20T20:04:36-07:00",
    "show": 6956,
    "show_uri": "https://api.kexp.org/v2/shows/6956/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AF5RTV2QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AF5RTV2QL._SL75_.jpg",
    "song": "Headin' On Down the Road",
    "track_id": "5a770836-898d-4094-9e76-1d64b1d6c017",
    "recording_id": null,
    "artist": "Deke Dickerson",
    "artist_ids": [
        "230800ff-d0a7-4fac-a898-b96a53755435"
    ],
    "album": "Rhythem Rhyme & Truth",
    "release_id": "83ab8a10-4ee8-49c9-946f-3947e3b8170f",
    "release_group_id": null,
    "labels": [
        "HighTone Records"
    ],
    "label_ids": [
        "9cbdb261-417e-4d9c-80b1-34961b70f48d"
    ],
    "release_date": "2000-10-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}