Information about plays

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

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

{
    "id": 379994,
    "uri": "https://api.kexp.org/v2/plays/379994/?format=api",
    "airdate": "2019-09-12T12:24:16-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "http://coverartarchive.org/release/35ff10b7-f69d-47e8-8921-79e0ffd2a51b/5946312071-250.jpg",
    "thumbnail_uri": "",
    "song": "Good Morning, Captain",
    "track_id": "84c15fd5-6fe4-3832-bfd9-852b9fe61df5",
    "recording_id": null,
    "artist": "Slint",
    "artist_ids": [
        "2869c510-2679-4a3f-bf15-e5e8b49f2f28"
    ],
    "album": "Spiderland",
    "release_id": "35ff10b7-f69d-47e8-8921-79e0ffd2a51b",
    "release_group_id": null,
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"In 1991, teenage band Slint recorded <i>Spiderland</i>, a brooding, sinister record that invented post-rock and influenced a generation of musicians. What inspired a group of prank-loving kids to create a masterpiece?\" Read the full article by The Guardian here: https://bit.ly/2lToIGP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}