Information about plays

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

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

{
    "id": 357059,
    "uri": "https://api.kexp.org/v2/plays/357059/?format=api",
    "airdate": "2019-07-20T23:51:00-07:00",
    "show": 5950,
    "show_uri": "https://api.kexp.org/v2/shows/5950/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Young Man",
    "track_id": "a1a6668f-3792-3040-aed1-e88053ade338",
    "recording_id": null,
    "artist": "Blackouts",
    "artist_ids": [
        "4341e6c4-a940-45f5-9e02-b6b287da70f6"
    ],
    "album": "History in Reverse",
    "release_id": "0acd734f-e8cf-4bf9-8f8a-eadd66ef10e7",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}