Information about plays

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

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

{
    "id": 432070,
    "uri": "https://api.kexp.org/v2/plays/432070/?format=api",
    "airdate": "2001-06-06T22:26:40-07:00",
    "show": 7268,
    "show_uri": "https://api.kexp.org/v2/shows/7268/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41D2EBF7VZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41D2EBF7VZL._SL75_.jpg",
    "song": "Groove Armada - Edge Hill",
    "track_id": "aa2dcd6a-dcdd-4f2a-89e4-1eac57da92d9",
    "recording_id": null,
    "artist": "(Soundtrack) ",
    "artist_ids": [],
    "album": "Lara Croft: Tomb Raider",
    "release_id": "04c8bd8e-25d8-4e44-a53d-383d56af8310",
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}