Information about plays

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

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

{
    "id": 375091,
    "uri": "https://api.kexp.org/v2/plays/375091/?format=api",
    "airdate": "2019-09-01T04:09:00-07:00",
    "show": 6244,
    "show_uri": "https://api.kexp.org/v2/shows/6244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lucretia Mac Evil",
    "track_id": "235b39e6-c03c-366d-97eb-5dea5318c160",
    "recording_id": null,
    "artist": "Blood, Sweat & Tears",
    "artist_ids": [
        "f81d592c-993f-4693-b53a-57db5a6257b9"
    ],
    "album": "Blood, Sweat & Tears 3",
    "release_id": "b8625c75-e56d-33a1-b4e5-f88ab104effc",
    "release_group_id": null,
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2009-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "S/o Alex thanks for the request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}