Information about plays

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

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

{
    "id": 420197,
    "uri": "https://api.kexp.org/v2/plays/420197/?format=api",
    "airdate": "2001-05-01T19:10:54-07:00",
    "show": 7031,
    "show_uri": "https://api.kexp.org/v2/shows/7031/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JtCkC8k-L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JtCkC8k-L._SL75_.jpg",
    "song": "Elevator (Fred Everything remix)",
    "track_id": "15a8bd51-8365-4896-8f10-a9496fc12cfa",
    "recording_id": null,
    "artist": "Jaffa",
    "artist_ids": [
        "dec32f34-eb0d-47ed-b1de-d6eae549a93c"
    ],
    "album": "Bassic Instinct, Volume 3",
    "release_id": "a01388a0-d300-4415-b516-c9ac137822c1",
    "release_group_id": null,
    "labels": [
        "Stereo Deluxe"
    ],
    "label_ids": [
        "50f70fce-58fd-4f65-a521-7689f38307ed"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}