Information about plays

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

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

{
    "id": 376085,
    "uri": "https://api.kexp.org/v2/plays/376085/?format=api",
    "airdate": "2019-09-03T16:09:37-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Not My Job",
    "track_id": "b827c13d-57e1-42c5-8ac0-e290ec9a426e",
    "recording_id": null,
    "artist": "Mal Blum",
    "artist_ids": [
        "9fab4271-09a4-452d-b0bf-c59f8e5532cb"
    ],
    "album": "Pity Boy",
    "release_id": "9776ffdd-85af-49e0-b0e7-308fd6cda108",
    "release_group_id": null,
    "labels": [
        "Don Giovanni Records"
    ],
    "label_ids": [
        "dcea8cc5-4fc4-4f77-aeef-3e5a14863776"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On the theme of the album, Blum admits: “Honestly, I think it was just, like, the next chapter of my therapy session. The last record was like, ‘Oh, okay, for the first time I’ve admitted to myself that I am struggling’ But after that, you have to take all that self-examination to the next step, which is: ‘Why do I do the things I do? What are these cycles in my life that are or are not helping me?’ That’s the place that I was in when I wrote almost all of these songs.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}