Information about plays

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

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

{
    "id": 3608618,
    "uri": "https://api.kexp.org/v2/plays/3608618/?format=api",
    "airdate": "2026-01-24T19:00:03-08:00",
    "show": 65746,
    "show_uri": "https://api.kexp.org/v2/shows/65746/?format=api",
    "image_uri": "https://ia801406.us.archive.org/34/items/mbid-b5ba5c52-3ddf-415f-b69f-3a6fa2937b13/mbid-b5ba5c52-3ddf-415f-b69f-3a6fa2937b13-15974831648_thumb500.jpg",
    "thumbnail_uri": "https://ia801406.us.archive.org/34/items/mbid-b5ba5c52-3ddf-415f-b69f-3a6fa2937b13/mbid-b5ba5c52-3ddf-415f-b69f-3a6fa2937b13-15974831648_thumb250.jpg",
    "song": "Get Off",
    "track_id": "86cf4788-ef88-4155-8bb0-1006f10f593e",
    "recording_id": "4b1355fa-f292-4f3c-bc99-95c4a42dba88",
    "artist": "Tres Leches",
    "artist_ids": [
        "7da49df9-13ff-458a-97f3-1dfc6fad84b6"
    ],
    "album": "Tres Leches EP",
    "release_id": "b5ba5c52-3ddf-415f-b69f-3a6fa2937b13",
    "release_group_id": "ab771a96-6abf-4323-93ce-2091d3961df1",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-10-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The debut EP by Seattle punk band Tres Leches!\n\nhttps://tresleches.bandcamp.com/album/ep",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}