Information about plays

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

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

{
    "id": 432074,
    "uri": "https://api.kexp.org/v2/plays/432074/?format=api",
    "airdate": "2001-06-06T22:53:20-07:00",
    "show": 7268,
    "show_uri": "https://api.kexp.org/v2/shows/7268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Journey to the Line (The Thin Red Line)",
    "track_id": "f9af7483-35d1-46b8-9da6-eec9cd3d102b",
    "recording_id": null,
    "artist": "Hans Zimmer",
    "artist_ids": [
        "e6de1f3b-6484-491c-88dd-6d619f142abc"
    ],
    "album": "Movie Soundtrack Favorites",
    "release_id": "c46b7b63-36da-4e90-a78f-98344571d64e",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "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"
}