Information about plays

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

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

{
    "id": 421733,
    "uri": "https://api.kexp.org/v2/plays/421733/?format=api",
    "airdate": "2001-05-06T13:21:25-07:00",
    "show": 7063,
    "show_uri": "https://api.kexp.org/v2/shows/7063/?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": "The Great Intoxication",
    "track_id": "b0128e8f-edb8-42c1-acbc-3533d6a0ed61",
    "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": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "2001-05-08",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}