Information about plays

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

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

{
    "id": 498973,
    "uri": "https://api.kexp.org/v2/plays/498973/?format=api",
    "airdate": "2001-12-20T23:41:00-08:00",
    "show": 8562,
    "show_uri": "https://api.kexp.org/v2/shows/8562/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51X9l7Pdg1L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51X9l7Pdg1L._SL75_.jpg",
    "song": "Fiver",
    "track_id": null,
    "recording_id": null,
    "artist": "Nightmares on Wax",
    "artist_ids": [
        "b8c5cc4f-239f-4e02-b46f-b040b77c2030"
    ],
    "album": "Carboot Soul",
    "release_id": "a102809c-c926-4c6f-a626-5468e13073b3",
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "1999-04-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}