Information about plays

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

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

{
    "id": 3641908,
    "uri": "https://api.kexp.org/v2/plays/3641908/?format=api",
    "airdate": "2026-04-14T08:33:18-07:00",
    "show": 66450,
    "show_uri": "https://api.kexp.org/v2/shows/66450/?format=api",
    "image_uri": "https://dn720801.ca.archive.org/0/items/mbid-c313f5fa-497d-4347-b63d-fa82127fae60/mbid-c313f5fa-497d-4347-b63d-fa82127fae60-44822527383_thumb500.jpg",
    "thumbnail_uri": "https://dn720801.ca.archive.org/0/items/mbid-c313f5fa-497d-4347-b63d-fa82127fae60/mbid-c313f5fa-497d-4347-b63d-fa82127fae60-44822527383_thumb250.jpg",
    "song": "Banned Books",
    "track_id": "34108c88-ae2b-45e0-93a8-9699e9eee1f9",
    "recording_id": "13ddbb4e-5dd2-4afd-93bb-136cc2dc69e3",
    "artist": "War Pigs",
    "artist_ids": [
        "b4f40d09-5ee0-4c67-82d6-35fa1f5c17d4"
    ],
    "album": "Breakfast Music",
    "release_id": "c313f5fa-497d-4347-b63d-fa82127fae60",
    "release_group_id": "523e94e2-fe69-46ae-b247-9e7fbfc1f227",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-03-20",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another one from War Pigs' new album 'Breakfast Music'!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}