Information about plays

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

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

{
    "id": 376954,
    "uri": "https://api.kexp.org/v2/plays/376954/?format=api",
    "airdate": "2019-09-05T09:31:58-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/47194f22-00b9-47d1-a424-c7cc21b996ea/7644874584-250.jpg",
    "thumbnail_uri": "",
    "song": "Goshen '97",
    "track_id": "3c127ac7-9ad4-4b39-b20b-70e9479cfb66",
    "recording_id": null,
    "artist": "Strand of Oaks",
    "artist_ids": [
        "0efbd9d6-4c5b-48e5-b7ff-d61e0969893a"
    ],
    "album": "Heal",
    "release_id": "47194f22-00b9-47d1-a424-c7cc21b996ea",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2014-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Revisit that time Strand of Oaks played our grand opening for our new home in 2016 here: https://www.youtube.com/watch?v=5VyQRsS8vUI&t=623s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}