Information about plays

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

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

{
    "id": 3637096,
    "uri": "https://api.kexp.org/v2/plays/3637096/?format=api",
    "airdate": "2026-04-03T01:56:04-07:00",
    "show": 66350,
    "show_uri": "https://api.kexp.org/v2/shows/66350/?format=api",
    "image_uri": "https://coverartarchive.org/release/f0a127b1-86d9-4948-aa8e-7e1b39570224/25878881711-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f0a127b1-86d9-4948-aa8e-7e1b39570224/25878881711-250.jpg",
    "song": "Oh Honey",
    "track_id": null,
    "recording_id": "2ebcaa3c-939e-4a00-9e13-80155a481273",
    "artist": "Delegation",
    "artist_ids": [
        "0a4c7d0c-ffca-45a0-bfac-b328c4f0d219"
    ],
    "album": "The Promise of Love",
    "release_id": null,
    "release_group_id": "82f22c61-67cc-380d-ba4d-4739a0f5c0ae",
    "labels": [
        "CLINCK RECORDS"
    ],
    "label_ids": [
        "d1ad5416-1a7a-42e8-b10d-9be374bd16ec"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}