Information about plays

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

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

{
    "id": 373160,
    "uri": "https://api.kexp.org/v2/plays/373160/?format=api",
    "airdate": "2019-08-27T20:38:00-07:00",
    "show": 6215,
    "show_uri": "https://api.kexp.org/v2/shows/6215/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tahabil Tirbach",
    "track_id": "cdb5fa43-d3e6-441b-a90d-31ffd47d1206",
    "recording_id": null,
    "artist": "Quarter to Africa",
    "artist_ids": [
        "27350b14-2484-4923-94cb-136744cf1d95"
    ],
    "album": "The Layback",
    "release_id": "783e8568-f030-4324-9525-66222f44a5b9",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tel Aviv. Yakir sasson and Elyasaf Bashari met in Jaffa. They now spearhead the \" multi-cultural roots ensemble.\" that is Quarter to Africa.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}