Information about plays

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

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

{
    "id": 3610092,
    "uri": "https://api.kexp.org/v2/plays/3610092/?format=api",
    "airdate": "2026-01-28T06:23:32-08:00",
    "show": 65775,
    "show_uri": "https://api.kexp.org/v2/shows/65775/?format=api",
    "image_uri": "https://ia600508.us.archive.org/23/items/mbid-40c922b2-c9b9-4681-8c0d-849194791227/mbid-40c922b2-c9b9-4681-8c0d-849194791227-2077880791_thumb500.jpg",
    "thumbnail_uri": "https://ia800508.us.archive.org/23/items/mbid-40c922b2-c9b9-4681-8c0d-849194791227/mbid-40c922b2-c9b9-4681-8c0d-849194791227-2077880791_thumb250.jpg",
    "song": "All These Things That I’ve Done",
    "track_id": "74a1b94f-115f-35b0-9e28-f8d91a5c8327",
    "recording_id": "2b4c50b4-4aa9-4387-9b18-f17d04410ef7",
    "artist": "The Killers",
    "artist_ids": [
        "95e1ead9-4d31-4808-a7ac-32c3614c116b"
    ],
    "album": "Hot Fuss",
    "release_id": "40c922b2-c9b9-4681-8c0d-849194791227",
    "release_group_id": "e8c09b4e-33ae-368b-8f70-24b4e14fb9ad",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2004-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the Killers' hit debut album 'Hot Fuss. This song was released as the third single for the album. Watch the stylish 2004 music video: https://www.youtube.com/watch?v=sZTpLvsYYHw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}