Information about plays

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

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

{
    "id": 3638207,
    "uri": "https://api.kexp.org/v2/plays/3638207/?format=api",
    "airdate": "2026-04-05T14:33:49-07:00",
    "show": 66374,
    "show_uri": "https://api.kexp.org/v2/shows/66374/?format=api",
    "image_uri": "https://dn710909.ca.archive.org/0/items/mbid-df2f2739-d17a-4b6d-89a0-eceafb589746/mbid-df2f2739-d17a-4b6d-89a0-eceafb589746-44641223182_thumb500.jpg",
    "thumbnail_uri": "https://dn710909.ca.archive.org/0/items/mbid-df2f2739-d17a-4b6d-89a0-eceafb589746/mbid-df2f2739-d17a-4b6d-89a0-eceafb589746-44641223182_thumb250.jpg",
    "song": "Feel It",
    "track_id": "bc0afecc-f953-4a7e-bc22-ac400d1fe40e",
    "recording_id": "7c5a2508-58b4-4479-bf9d-b29e03c0a299",
    "artist": "fabric",
    "artist_ids": [
        "42eaffc8-7116-4dd8-b0fe-300fec77d9ff"
    ],
    "album": "Feel It",
    "release_id": "df2f2739-d17a-4b6d-89a0-eceafb589746",
    "release_group_id": "9dd0d67d-0932-431b-a40f-49142ddac59e",
    "labels": [
        "Four Flies Records"
    ],
    "label_ids": [
        "a46b3c7f-6f70-4dde-8446-71186ff3dfe2"
    ],
    "release_date": "2026-03-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New album \"Until We Are Free\" comes out later this year.\n\nhttps://fourfliesrecords.bandcamp.com/album/feel-it",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}