Information about plays

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

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

{
    "id": 3546313,
    "uri": "https://api.kexp.org/v2/plays/3546313/?format=api",
    "airdate": "2025-08-29T13:17:19-07:00",
    "show": 64419,
    "show_uri": "https://api.kexp.org/v2/shows/64419/?format=api",
    "image_uri": "https://ia600901.us.archive.org/16/items/mbid-1fe86283-7857-3228-901b-daf55ed398a5/mbid-1fe86283-7857-3228-901b-daf55ed398a5-7431895490_thumb500.jpg",
    "thumbnail_uri": "https://ia800901.us.archive.org/16/items/mbid-1fe86283-7857-3228-901b-daf55ed398a5/mbid-1fe86283-7857-3228-901b-daf55ed398a5-7431895490_thumb250.jpg",
    "song": "Lorelei",
    "track_id": "eba232c7-25aa-3343-b5ed-bdead8ed8da8",
    "recording_id": "01ae8626-7118-4415-83bc-b708d202f84d",
    "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": "HAPPY BIRTHDAY Elisabeth Fraser of the Cocteau Twins!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}