Information about plays

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

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

{
    "id": 1367721,
    "uri": "https://api.kexp.org/v2/plays/1367721/?format=api",
    "airdate": "2008-04-28T19:02:23-07:00",
    "show": 23881,
    "show_uri": "https://api.kexp.org/v2/shows/23881/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nyamaropa",
    "track_id": "b47f9fa4-f2bf-47b0-b26c-63b83803f393",
    "recording_id": null,
    "artist": "Thomas Mapfumo & The Blacks Unlimited",
    "artist_ids": [
        "b03b49db-6dc9-4c4d-9000-62276d040668"
    ],
    "album": "Chimurenga: African Spirit Music",
    "release_id": "f00717aa-1741-4e3f-8e64-9326b5a6490b",
    "release_group_id": null,
    "labels": [
        "Womad Select"
    ],
    "label_ids": [],
    "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"
}