Information about plays

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

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

{
    "id": 3646769,
    "uri": "https://api.kexp.org/v2/plays/3646769/?format=api",
    "airdate": "2026-04-25T22:53:15-07:00",
    "show": 66552,
    "show_uri": "https://api.kexp.org/v2/shows/66552/?format=api",
    "image_uri": "https://coverartarchive.org/release/5425e2d6-004b-40fb-93e6-04c123c04903/26755627965-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5425e2d6-004b-40fb-93e6-04c123c04903/26755627965-250.jpg",
    "song": "Spikes to You",
    "track_id": null,
    "recording_id": "2546d335-50c4-490d-8522-0c835c6957a2",
    "artist": "Drive Like Jehu",
    "artist_ids": [
        "608c9da7-d3ef-4661-828b-24bb6ae20cd6"
    ],
    "album": "Drive Like Jehu",
    "release_id": null,
    "release_group_id": "7ce7ecf4-ef86-37ad-abf0-bdf2403cb5af",
    "labels": [
        "Headhunter Records"
    ],
    "label_ids": [
        "938faaec-32df-451f-a5d3-3282b8f39064"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After releasing their eponymous debut in 1991 through local record labels Cargo Music and Headhunter Records, Drive Like Jehu signed to major label Interscope Records along with Reis's other band Rocket from the Crypt.\n\nRIP Rick Froberg 1968-2023",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}