Information about plays

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

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

{
    "id": 3629532,
    "uri": "https://api.kexp.org/v2/plays/3629532/?format=api",
    "airdate": "2026-03-16T00:19:27-07:00",
    "show": 66193,
    "show_uri": "https://api.kexp.org/v2/shows/66193/?format=api",
    "image_uri": "https://coverartarchive.org/release/43b8ff88-3348-412d-87d7-5438018850ec/44079320896-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/43b8ff88-3348-412d-87d7-5438018850ec/44079320896-250.jpg",
    "song": "Marching Band (feat. Masego)",
    "track_id": null,
    "recording_id": null,
    "artist": "Yussef Dayes",
    "artist_ids": [
        "fdbffd97-c991-433c-9137-cafee3ded97a"
    ],
    "album": "Black Classical Music",
    "release_id": null,
    "release_group_id": "77dfcfc2-44b7-4265-9334-ddd6efc0d47f",
    "labels": [
        "Brownswood Recordings"
    ],
    "label_ids": [
        "6483a614-d00f-42b0-af39-a602b3ce5daa"
    ],
    "release_date": "2023-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}