Information about plays

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

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

{
    "id": 356172,
    "uri": "https://api.kexp.org/v2/plays/356172/?format=api",
    "airdate": "2019-07-18T19:53:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wake Up Ray",
    "track_id": "d4872410-1956-49cb-ba2a-39c87e5c597c",
    "recording_id": null,
    "artist": "Richmond Fontaine",
    "artist_ids": [
        "5cc104cb-a015-4274-9271-561fefb18292"
    ],
    "album": "You Can't Go Back If There's Nothing To Go Back To",
    "release_id": "f3ba8335-e363-4486-b92c-276a8a4dee4e",
    "release_group_id": null,
    "labels": [
        "El Cortez Records"
    ],
    "label_ids": [
        "6df270e5-d30a-4e11-94bb-2f222273046b"
    ],
    "release_date": "2016-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}