Information about plays

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

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

{
    "id": 3611080,
    "uri": "https://api.kexp.org/v2/plays/3611080/?format=api",
    "airdate": "2026-01-30T15:05:22-08:00",
    "show": 65794,
    "show_uri": "https://api.kexp.org/v2/shows/65794/?format=api",
    "image_uri": "https://ia600205.us.archive.org/13/items/mbid-214bd552-157a-34fa-ad86-07fd7e7b7456/mbid-214bd552-157a-34fa-ad86-07fd7e7b7456-14257364564_thumb500.jpg",
    "thumbnail_uri": "https://ia600205.us.archive.org/13/items/mbid-214bd552-157a-34fa-ad86-07fd7e7b7456/mbid-214bd552-157a-34fa-ad86-07fd7e7b7456-14257364564_thumb250.jpg",
    "song": "Them Belly Full (But We Hungry)",
    "track_id": "8ca72865-d7b4-4992-9bae-84a013298b23",
    "recording_id": "f59e15c7-2500-4d1a-a5e8-08c939884b80",
    "artist": "Bob Marley & The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "Rebel Music",
    "release_id": "c902a265-0be1-491b-bc08-b791454a3371",
    "release_group_id": "99252ef4-f705-3c3a-85dc-c3943bc84adc",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2007-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}