Information about plays

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

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

{
    "id": 3625093,
    "uri": "https://api.kexp.org/v2/plays/3625093/?format=api",
    "airdate": "2026-03-04T05:31:44-08:00",
    "show": 66087,
    "show_uri": "https://api.kexp.org/v2/shows/66087/?format=api",
    "image_uri": "https://dn721807.ca.archive.org/0/items/mbid-3f8ca372-b3a2-49ba-af0f-7293d76544ec/mbid-3f8ca372-b3a2-49ba-af0f-7293d76544ec-43477933062_thumb500.jpg",
    "thumbnail_uri": "https://dn721807.ca.archive.org/0/items/mbid-3f8ca372-b3a2-49ba-af0f-7293d76544ec/mbid-3f8ca372-b3a2-49ba-af0f-7293d76544ec-43477933062_thumb250.jpg",
    "song": "Could We",
    "track_id": "85591e8c-09ae-4eb0-86e3-7807b59a1049",
    "recording_id": "4c6d03d7-54e0-4c5a-8b37-34e44d78537b",
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "Redux",
    "release_id": "3f8ca372-b3a2-49ba-af0f-7293d76544ec",
    "release_group_id": "33d2ca98-e2fa-4207-abcc-65aa34be2716",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2026-01-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Cat Power! \n\nCat Power is on tour for 'The Greatest' 20th anniversary! Check out the remaining dates here: https://catpowermusic.com/#tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}