Information about plays

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

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

{
    "id": 534949,
    "uri": "https://api.kexp.org/v2/plays/534949/?format=api",
    "airdate": "2002-04-05T14:11:04-08:00",
    "show": 9267,
    "show_uri": "https://api.kexp.org/v2/shows/9267/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61xMCD%2ByQbL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61xMCD%2ByQbL._SL75_.jpg",
    "song": "U.B. Jesus",
    "track_id": "cdb585b6-f000-480f-92b9-2bf37f4d24a7",
    "recording_id": null,
    "artist": "David Byrne",
    "artist_ids": [
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "Look Into the Eyeball",
    "release_id": "0712d044-be13-4397-9250-7abe39eedd5e",
    "release_group_id": null,
    "labels": [
        "Virgin/Luaka Bop"
    ],
    "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"
}