Information about plays

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

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

{
    "id": 3609837,
    "uri": "https://api.kexp.org/v2/plays/3609837/?format=api",
    "airdate": "2026-01-27T15:27:23-08:00",
    "show": 65770,
    "show_uri": "https://api.kexp.org/v2/shows/65770/?format=api",
    "image_uri": "https://dn721900.ca.archive.org/0/items/mbid-4acdaa51-aa44-4a9b-954f-3c6eaab65590/mbid-4acdaa51-aa44-4a9b-954f-3c6eaab65590-35982108848_thumb500.jpg",
    "thumbnail_uri": "https://dn721900.ca.archive.org/0/items/mbid-4acdaa51-aa44-4a9b-954f-3c6eaab65590/mbid-4acdaa51-aa44-4a9b-954f-3c6eaab65590-35982108848_thumb250.jpg",
    "song": "shanty",
    "track_id": "f46aac3c-3f41-48c6-8c98-52725e82dc63",
    "recording_id": "63b83315-2fb1-4126-bf46-434191ae9af3",
    "artist": "Slowdive",
    "artist_ids": [
        "a16371b9-7d36-497a-a9d4-42b0a0440c5e"
    ],
    "album": "everything is alive",
    "release_id": "10cf097c-3bd0-4fbc-ad76-84458872b672",
    "release_group_id": "0070ec11-d0ef-4df2-9cf8-f8a10f083f27",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2023-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}