Information about plays

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

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

{
    "id": 3621811,
    "uri": "https://api.kexp.org/v2/plays/3621811/?format=api",
    "airdate": "2026-02-24T18:54:12-08:00",
    "show": 66021,
    "show_uri": "https://api.kexp.org/v2/shows/66021/?format=api",
    "image_uri": "https://ia800901.us.archive.org/16/items/mbid-1fe86283-7857-3228-901b-daf55ed398a5/mbid-1fe86283-7857-3228-901b-daf55ed398a5-7431895490_thumb500.jpg",
    "thumbnail_uri": "https://ia600901.us.archive.org/16/items/mbid-1fe86283-7857-3228-901b-daf55ed398a5/mbid-1fe86283-7857-3228-901b-daf55ed398a5-7431895490_thumb250.jpg",
    "song": "Donimo",
    "track_id": "f23a4fe0-e2b2-3ea2-9ca9-8a1f88225b77",
    "recording_id": "d8d2e64a-0b8f-43df-a906-13e5745cc0bc",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Treasure",
    "release_id": "1fe86283-7857-3228-901b-daf55ed398a5",
    "release_group_id": "e0023081-c755-377d-9bbf-fd7551d5d14c",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2003-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Cocteau Twins third album released in 1984.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}