Information about plays

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

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

{
    "id": 3641321,
    "uri": "https://api.kexp.org/v2/plays/3641321/?format=api",
    "airdate": "2026-04-12T20:40:20-07:00",
    "show": 66436,
    "show_uri": "https://api.kexp.org/v2/shows/66436/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dive Into Darkness",
    "track_id": null,
    "recording_id": null,
    "artist": "Jéroboam",
    "artist_ids": [
        "963ba375-1cfb-4c72-aeb4-11247073311d"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Space Grapes"
    ],
    "label_ids": [
        "ef2eb428-a1d5-4254-9a05-2d38b6dcfdea"
    ],
    "release_date": "2025-12-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Parisian funk band Jéroboam, also known as Echoes Of, released \"Dive Into Darkness\" as b-side to \"Night Away\" in December 2025 with the Space Grapes label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}