Information about plays

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

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

{
    "id": 355105,
    "uri": "https://api.kexp.org/v2/plays/355105/?format=api",
    "airdate": "2019-07-16T13:34:08-07:00",
    "show": 5920,
    "show_uri": "https://api.kexp.org/v2/shows/5920/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "More to Life",
    "track_id": "3584ed0f-21c4-4404-85ed-ad528f08ded1",
    "recording_id": null,
    "artist": "Albert Hammond, Jr.",
    "artist_ids": [
        "a0498514-c21c-4e85-8dbf-a1b92374a06b"
    ],
    "album": "More to Life",
    "release_id": "2a238872-5180-478d-b001-1baf311b150d",
    "release_group_id": null,
    "labels": [
        "Red Bull Records"
    ],
    "label_ids": [
        "3f26bb1b-d436-4afe-b044-8fb10a03693c"
    ],
    "release_date": "2019-05-30",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Strokes guitarist Albert Hammond, Jr. gave a fine live performance in the KEXP studio in 2018:  https://www.youtube.com/watch?v=Wl2EA9wpV8o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}