Information about plays

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

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

{
    "id": 3576518,
    "uri": "https://api.kexp.org/v2/plays/3576518/?format=api",
    "airdate": "2025-11-10T18:53:25-08:00",
    "show": 65075,
    "show_uri": "https://api.kexp.org/v2/shows/65075/?format=api",
    "image_uri": "https://coverartarchive.org/release/3ff7a8e9-12f2-4e09-b17d-ba825ca17065/40670196090-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3ff7a8e9-12f2-4e09-b17d-ba825ca17065/40670196090-250.jpg",
    "song": "Um Pouco de Paz",
    "track_id": null,
    "recording_id": null,
    "artist": "Adrian Younge",
    "artist_ids": [
        "69bb7a74-99ee-4da0-bc3d-84586676e4ea"
    ],
    "album": "Carlos Dafé JID025",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jazz Is Dead"
    ],
    "label_ids": [
        "4fa0846f-353d-4307-95d6-f63617efb673"
    ],
    "release_date": "2025-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Carlos Dafe, born in Vila Isabel, Rio de Janeiro, grew up surrounded by music and poetry. His father, a chorinho player, and his mother, a poet, nurtured his talent from a young age. \n\n- https://carlosdafe.bandcamp.com/album/carlos-daf-jid025",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}