Information about plays

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

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

{
    "id": 421246,
    "uri": "https://api.kexp.org/v2/plays/421246/?format=api",
    "airdate": "2001-05-04T18:42:51-07:00",
    "show": 7051,
    "show_uri": "https://api.kexp.org/v2/shows/7051/?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": "(If I Go To Heaven) Give Me a Brunette",
    "track_id": "18359e9b-869b-447b-b7df-aa21031daa45",
    "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": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}