Information about plays

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

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

{
    "id": 3546297,
    "uri": "https://api.kexp.org/v2/plays/3546297/?format=api",
    "airdate": "2025-08-29T12:24:32-07:00",
    "show": 64418,
    "show_uri": "https://api.kexp.org/v2/shows/64418/?format=api",
    "image_uri": "https://dn721700.ca.archive.org/0/items/mbid-40c94d4e-c790-4336-ad41-5be8263a71ee/mbid-40c94d4e-c790-4336-ad41-5be8263a71ee-42195696640_thumb500.jpg",
    "thumbnail_uri": "https://dn721700.ca.archive.org/0/items/mbid-40c94d4e-c790-4336-ad41-5be8263a71ee/mbid-40c94d4e-c790-4336-ad41-5be8263a71ee-42195696640_thumb250.jpg",
    "song": "Easier Said Than Done",
    "track_id": "c07d831c-b32f-4245-9595-bcd3b9d4c636",
    "recording_id": "b2910469-de9b-404b-97ee-b50002cc0a5f",
    "artist": "Pool Kids",
    "artist_ids": [
        "fee23a56-354f-4387-a2f4-d4495360c08f"
    ],
    "album": "Easier Said Than Done",
    "release_id": "40c94d4e-c790-4336-ad41-5be8263a71ee",
    "release_group_id": "bce30832-7add-4ad2-b6cd-cf210dcdeb28",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2025-08-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pool Kids are on tour this fall! \n\n-Seattle at Madame Lou's on Friday, October 10th \n\n-San Francisco at the Rickshaw Stop on Tuesday, October 14th.\n\nEasier Said Than Done is the title track from the Florida band's new album, which came out just two weeks ago! https://poolkidsband.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}