Information about plays

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

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

{
    "id": 374955,
    "uri": "https://api.kexp.org/v2/plays/374955/?format=api",
    "airdate": "2019-08-31T20:00:29-07:00",
    "show": 6241,
    "show_uri": "https://api.kexp.org/v2/shows/6241/?format=api",
    "image_uri": "http://coverartarchive.org/release/600340f5-5a33-3a49-af72-2636a38031bb/2236648728-250.jpg",
    "thumbnail_uri": "",
    "song": "Chloe Dancer / Crown of Thorns",
    "track_id": "22a1e0cb-2ec6-3e37-80f3-7c68b3186e5c",
    "recording_id": null,
    "artist": "Mother Love Bone",
    "artist_ids": [
        "a5585acd-9b65-49a7-a63b-3cc4ee18846e"
    ],
    "album": "Mother Love Bone",
    "release_id": "600340f5-5a33-3a49-af72-2636a38031bb",
    "release_group_id": null,
    "labels": [
        "Stardog Records"
    ],
    "label_ids": [
        "88d3fc4c-d528-4bb3-b6b9-f395e960205e"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}