Information about plays

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

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

{
    "id": 3580433,
    "uri": "https://api.kexp.org/v2/plays/3580433/?format=api",
    "airdate": "2025-11-20T00:09:38-08:00",
    "show": 65157,
    "show_uri": "https://api.kexp.org/v2/shows/65157/?format=api",
    "image_uri": "https://dn721701.ca.archive.org/0/items/mbid-07d02411-6722-4071-8130-14fb8512288a/mbid-07d02411-6722-4071-8130-14fb8512288a-20158302627_thumb500.jpg",
    "thumbnail_uri": "https://ia600903.us.archive.org/29/items/mbid-07d02411-6722-4071-8130-14fb8512288a/mbid-07d02411-6722-4071-8130-14fb8512288a-20158302627_thumb250.jpg",
    "song": "When the Sun Hits",
    "track_id": "89bb7a5f-3a1f-3657-a0f8-2308e58da25f",
    "recording_id": "ddfee9ee-aa94-48b7-b963-d0b69bef7c72",
    "artist": "Slowdive",
    "artist_ids": [
        "a16371b9-7d36-497a-a9d4-42b0a0440c5e"
    ],
    "album": "Souvlaki",
    "release_id": "07d02411-6722-4071-8130-14fb8512288a",
    "release_group_id": "46482030-ef12-319c-9c5a-5d04c39d574b",
    "labels": [
        "SBK Records"
    ],
    "label_ids": [
        "9a68bb68-c297-4478-92fa-d30389ec00f5"
    ],
    "release_date": "1994-02-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}