Information about plays

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

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

{
    "id": 3637448,
    "uri": "https://api.kexp.org/v2/plays/3637448/?format=api",
    "airdate": "2026-04-03T22:21:31-07:00",
    "show": 66359,
    "show_uri": "https://api.kexp.org/v2/shows/66359/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Triple Nickel",
    "track_id": null,
    "recording_id": "9d9927d8-24a7-4caa-bacf-b8c448c9dc32",
    "artist": "MAVI feat. MIKE",
    "artist_ids": [
        "175a1b69-7a19-4881-b1ca-fe6b84ff3a2d",
        "da943be1-5611-4bf9-ac4c-0eef1bc0c16b"
    ],
    "album": "The Pilot",
    "release_id": null,
    "release_group_id": "c0cc60ca-da4f-4026-9a03-de39e5225aa1",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2025-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "North Carolina rapper MAVI just dropped The Pilot, a 10-track follow-up to his 2024 album Shadowbox including collaborations with Earl Sweatshirt, Smino, MIKE, and Kenny Mason. https://mavi.bandcamp.com/album/the-pilot",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}