Information about plays

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

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

{
    "id": 3600915,
    "uri": "https://api.kexp.org/v2/plays/3600915/?format=api",
    "airdate": "2026-01-06T07:56:08-08:00",
    "show": 65578,
    "show_uri": "https://api.kexp.org/v2/shows/65578/?format=api",
    "image_uri": "https://coverartarchive.org/release/c9d37160-9f00-4396-bba0-d4af908061b8/18775804458-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c9d37160-9f00-4396-bba0-d4af908061b8/18775804458-250.jpg",
    "song": "Don’t Come Around Here No More",
    "track_id": null,
    "recording_id": "5d7fd617-5a38-4337-a564-2dcb3e8853e9",
    "artist": "Tom Petty and the Heartbreakers",
    "artist_ids": [
        "f93dbc64-6f08-4033-bcc7-8a0bb4689849"
    ],
    "album": "Southern Accents",
    "release_id": null,
    "release_group_id": "8ce9a914-7016-37e9-ad80-659a07bd4783",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1985-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After Tom Petty and the Heartbreakers toured in 1983, they took some time off, and Petty started working with Dave Stewart from the Eurythmics. This was the first song they wrote together, and the psychedelic sound was a big departure from Petty's work with The Heartbreakers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}