Information about plays

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

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

{
    "id": 3564321,
    "uri": "https://api.kexp.org/v2/plays/3564321/?format=api",
    "airdate": "2025-10-12T19:58:43-07:00",
    "show": 64818,
    "show_uri": "https://api.kexp.org/v2/shows/64818/?format=api",
    "image_uri": "https://coverartarchive.org/release/e3606471-89fc-4be3-824d-5b5f1702b327/9852449313-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e3606471-89fc-4be3-824d-5b5f1702b327/9852449313-250.jpg",
    "song": "Mr. Man",
    "track_id": null,
    "recording_id": "ad49eda6-aa89-419e-a01c-71b8dc34ebe7",
    "artist": "Air",
    "artist_ids": [
        "ae0cf167-dc78-4549-a960-0802fd6cd259"
    ],
    "album": "Air",
    "release_id": null,
    "release_group_id": "9bbb5a4f-9d11-46b2-a55a-b9b624955843",
    "labels": [
        "Embryo Records"
    ],
    "label_ids": [
        "affd5c9f-2c89-4ea3-8fa3-24adfca126ac"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jazz/rock band Air released \"Mr. Man\" on their self-titled debut album in 1971 by Embryo Records, which had been founded by Herbie Mann in 1969. The four core band members were Tom Coppola (Hammond organ, Allen organ, piano), John Siegler (bass), Mark Rosengarden (drums), and Googie Coppola (piano, vocals). The album also featured Randy Brecker on trumpet, Michael Brecker on saxophone, Barry Rogers on trombone, David Earle Johnson on congas and timbales, Robert Kogel on guitar, Bob Rosengarden on vibes, plus Jan Hammer and Herbie Mann on percussion. Herbie Mann was also the producer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}