Information about plays

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

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

{
    "id": 3626279,
    "uri": "https://api.kexp.org/v2/plays/3626279/?format=api",
    "airdate": "2026-03-07T06:02:43-08:00",
    "show": 66115,
    "show_uri": "https://api.kexp.org/v2/shows/66115/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-ea46d505-4299-4b1a-a6d0-a98da802efee/mbid-ea46d505-4299-4b1a-a6d0-a98da802efee-27559795865_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-ea46d505-4299-4b1a-a6d0-a98da802efee/mbid-ea46d505-4299-4b1a-a6d0-a98da802efee-27559795865_thumb250.jpg",
    "song": "My Own Summer (Shove It)",
    "track_id": "5560c1ec-51ae-3f4e-b48a-09997bcb9f77",
    "recording_id": "288296a3-f4a8-44b4-94a9-424daeba362a",
    "artist": "Deftones",
    "artist_ids": [
        "7527f6c2-d762-4b88-b5e2-9244f1e34c46"
    ],
    "album": "Around the Fur",
    "release_id": "ea46d505-4299-4b1a-a6d0-a98da802efee",
    "release_group_id": "6f935b80-160f-3787-97d6-a4ce342cf8c5",
    "labels": [
        "Maverick"
    ],
    "label_ids": [
        "79afd9ce-c6b2-4e9a-9b23-a13e25d70688"
    ],
    "release_date": "1997-11-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}