Information about plays

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

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

{
    "id": 376926,
    "uri": "https://api.kexp.org/v2/plays/376926/?format=api",
    "airdate": "2019-09-05T08:06:24-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shelter",
    "track_id": "bd709616-1f2e-4dbd-9841-17ddc2fb6b73",
    "recording_id": null,
    "artist": "Mikal Cronin",
    "artist_ids": [
        "c1a217e0-4b3e-46d7-9613-6a14c9e70895"
    ],
    "album": "Seeker",
    "release_id": "ace8c523-7ee7-4819-806c-f6253b78d8a7",
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"This is a song about searching for answers in an uncertain world. It’s about the observer reluctantly stepping out of their comfort zone and looking around, while trying to keep their head straight. Musically, it’s dense and polyrhythmic. The string line weaves it all together for me. When writing a song with a lot of additive looping rhythmic parts, I think of Brian Eno.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}