Information about plays

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

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

{
    "id": 3635157,
    "uri": "https://api.kexp.org/v2/plays/3635157/?format=api",
    "airdate": "2026-03-29T14:24:59-07:00",
    "show": 66312,
    "show_uri": "https://api.kexp.org/v2/shows/66312/?format=api",
    "image_uri": "https://dn720806.ca.archive.org/0/items/mbid-6310b730-7b94-4b5f-9f9d-c189f0c6e1ea/mbid-6310b730-7b94-4b5f-9f9d-c189f0c6e1ea-44505921981_thumb500.jpg",
    "thumbnail_uri": "https://dn720806.ca.archive.org/0/items/mbid-6310b730-7b94-4b5f-9f9d-c189f0c6e1ea/mbid-6310b730-7b94-4b5f-9f9d-c189f0c6e1ea-44505921981_thumb250.jpg",
    "song": "NO THX",
    "track_id": "81394ebe-1a8f-411e-9b3e-ddea3b902d75",
    "recording_id": "e42676b0-c2cc-47d9-9b6d-7a63ff80d7d6",
    "artist": "SUX",
    "artist_ids": [
        "5853cd9e-d375-46af-acc6-42d20aaad957"
    ],
    "album": "SUX SELLS",
    "release_id": "6310b730-7b94-4b5f-9f9d-c189f0c6e1ea",
    "release_group_id": "c165b508-d07b-46ed-beed-ff3f0b7fa8e4",
    "labels": [
        "Youth Riot"
    ],
    "label_ids": [
        "e76d5482-a531-4336-8417-89ee1240d438"
    ],
    "release_date": "2026-03-27",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}