Information about plays

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

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

{
    "id": 469899,
    "uri": "https://api.kexp.org/v2/plays/469899/?format=api",
    "airdate": "2001-09-25T18:46:40-07:00",
    "show": 7999,
    "show_uri": "https://api.kexp.org/v2/shows/7999/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51oL1BMFYvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51oL1BMFYvL._SL75_.jpg",
    "song": "Vuli Ndlela",
    "track_id": "2eddcaf9-7bc0-4304-845b-52b10ea9d4cc",
    "recording_id": null,
    "artist": "Brenda Fassie",
    "artist_ids": [
        "91838da6-e1cc-46ff-b235-2a2b83814608"
    ],
    "album": "The Indestructible Beat of Soweto, Volume 6: South African Rhythm Riot",
    "release_id": "59134a3b-06d3-4e59-9c09-783bf240b7b9",
    "release_group_id": null,
    "labels": [
        "Stern's Africa"
    ],
    "label_ids": [
        "274b52f1-90c3-446d-89ca-da28f76fb47d"
    ],
    "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"
}