Information about plays

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

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

{
    "id": 3604448,
    "uri": "https://api.kexp.org/v2/plays/3604448/?format=api",
    "airdate": "2026-01-14T23:39:55-08:00",
    "show": 65652,
    "show_uri": "https://api.kexp.org/v2/shows/65652/?format=api",
    "image_uri": "https://coverartarchive.org/release/391344b6-f7b2-49e5-b690-865decd485bd/10972920075-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/391344b6-f7b2-49e5-b690-865decd485bd/10972920075-250.jpg",
    "song": "Junior's Eyes",
    "track_id": null,
    "recording_id": "f3c35b29-f12d-46f1-8d2e-d12cebd2fa22",
    "artist": "Black Label Society",
    "artist_ids": [
        "a8e935c6-3fcc-414c-900c-77e8170e7e7c"
    ],
    "album": "Order of the Black",
    "release_id": null,
    "release_group_id": "ba5fed22-b744-43e1-96fa-a7dff12f194e",
    "labels": [
        "Victor"
    ],
    "label_ids": [
        "f31e1603-a456-4397-950e-e1a051487f75"
    ],
    "release_date": "2010-08-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of a tune from Sabbath's 1978 album 'Never Say Die!'",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}