Information about plays

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

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

{
    "id": 3641366,
    "uri": "https://api.kexp.org/v2/plays/3641366/?format=api",
    "airdate": "2026-04-13T00:14:46-07:00",
    "show": 66438,
    "show_uri": "https://api.kexp.org/v2/shows/66438/?format=api",
    "image_uri": "https://coverartarchive.org/release/1412dc15-2bb3-4c32-997e-06994885f659/33895363322-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1412dc15-2bb3-4c32-997e-06994885f659/33895363322-250.jpg",
    "song": "Subterranean Desire",
    "track_id": null,
    "recording_id": "b8fa745c-7761-4c0e-a476-074ff37cda4b",
    "artist": "Oppenheimer Analysis",
    "artist_ids": [
        "c9d5bc22-1c37-4164-a08f-143cc4547205"
    ],
    "album": "New Mexico",
    "release_id": null,
    "release_group_id": "140caa89-adf3-4a28-870d-9492cf3792c4",
    "labels": [
        "Minimal Wave"
    ],
    "label_ids": [
        "0add585b-3b49-4f62-8fb0-8e273eee075d"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}