Information about plays

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

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

{
    "id": 2674720,
    "uri": "https://api.kexp.org/v2/plays/2674720/?format=api",
    "airdate": "2019-12-18T01:56:53-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "How to Rent a Room",
    "track_id": "e835bd2a-3a2b-4de6-8935-daa95ab52d71",
    "recording_id": null,
    "artist": "Stef Chura",
    "artist_ids": [
        "e86c1345-25e1-46cc-94c7-7056d301a7ab"
    ],
    "album": "How to Rent a Room",
    "release_id": "ef57385f-fe28-430c-bc9c-32641ef79eed",
    "release_group_id": null,
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2019-10-29",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covering David Berman's Silver Jews: “How To Rent A Room” has always been one of those songs that I could never let go of. Ever since the first time I heard it it’s always been one of my favorite songs and remains one that imprinted me as a young songwriter. Now, in light of his death, the lyrics take on a new and much sadder meaning. At the time they seemed conceptual, but the line “Now there’s a lot of things that I’m gonna miss, like the thunder down country and the way water drips” is now a haunting and deeply poetic rendering of everyday minutiae and the texture of our lives that we don’t appreciate on a daily basis. The song seems nostalgic for a life he was currently living, and how important it can feel to mean something to someone. Or at least that’s my interpretation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}