Information about plays

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

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

{
    "id": 3415408,
    "uri": "https://api.kexp.org/v2/plays/3415408/?format=api",
    "airdate": "2024-10-21T04:56:43-07:00",
    "show": 61633,
    "show_uri": "https://api.kexp.org/v2/shows/61633/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mockingbirds",
    "track_id": "21ce0778-2de2-39e4-9c1e-55af00f864f6",
    "recording_id": "38553702-44dd-4020-a466-9eb2a852a08d",
    "artist": "Grant Lee Buffalo",
    "artist_ids": [
        "b2ccf20a-0569-4375-a486-7ca9c5e65afc"
    ],
    "album": "Mighty Joe Moon",
    "release_id": "35adc396-c0f9-4b40-9947-8d493d5b9a6b",
    "release_group_id": "d07cee83-f57e-3eba-a0e2-5f6337cd6c7b",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1994-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request from Indigenous Peoples' Day from Jesus in Laredo, TX\n\nGrant Lee Phillips told American Songwriter, the song was a last-minute addition to the band’s second album, 1994’s Mighty Joe Moon.\n\"I began to introduce all the new material. And we had gotten through most of the recording process when a massive earthquake struck Los Angeles. This was the Northridge earthquake. And it was out of that that I wrote ‘Mockingbirds,’ when the record was almost basically done. I said, ‘Whoops, I got one more here that we might want to consider.’”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}