Information about plays

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

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

{
    "id": 376680,
    "uri": "https://api.kexp.org/v2/plays/376680/?format=api",
    "airdate": "2019-09-04T18:15:06-07:00",
    "show": 6269,
    "show_uri": "https://api.kexp.org/v2/shows/6269/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hoarder",
    "track_id": null,
    "recording_id": null,
    "artist": "GospelbeacH",
    "artist_ids": [
        "76d6fc20-02e2-4520-8003-a225bd1d988a"
    ],
    "album": "Let It Burn",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Alive Records"
    ],
    "label_ids": [
        "4f086bbd-94fc-4957-b5b2-f56e05191aaf"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Neal Casal, who featured on this tune and many other projects / groups in his time such as Beachwood Sparks, Fruit Bats, Ryan Adams, and The Skiffle Players, and did session work with Willie Nelson, Lucinda Williams, and so many more ; https://www.rollingstone.com/music/music-news/neal-casal-guitarist-obit-dead-877036 ; https://www.facebook.com/GospelbeacHband",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}