Information about plays

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

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

{
    "id": 371071,
    "uri": "https://api.kexp.org/v2/plays/371071/?format=api",
    "airdate": "2019-08-22T23:27:19-07:00",
    "show": 6181,
    "show_uri": "https://api.kexp.org/v2/shows/6181/?format=api",
    "image_uri": "http://coverartarchive.org/release/2857f72f-fe40-3149-9f3d-f29f1276997a/1623267859-250.jpg",
    "thumbnail_uri": "",
    "song": "I Stay Away",
    "track_id": "e3626bff-c355-35cc-b995-1bab90fb1d5f",
    "recording_id": null,
    "artist": "Alice in Chains",
    "artist_ids": [
        "4bd95eea-b9f6-4d70-a36c-cfea77431553"
    ],
    "album": "Jar of Flies",
    "release_id": "2857f72f-fe40-3149-9f3d-f29f1276997a",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1994-01-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Jar of Flies is the third studio EP by the American rock band Alice in Chains, released on January 25, 1994, through Columbia Records.\nThe EP was self produced by the band and recorded over the course of a week at the London Bridge Studio in Seattle.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}