Information about plays

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

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

{
    "id": 3625664,
    "uri": "https://api.kexp.org/v2/plays/3625664/?format=api",
    "airdate": "2026-03-05T16:09:54-08:00",
    "show": 66100,
    "show_uri": "https://api.kexp.org/v2/shows/66100/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-74d4404c-bd41-44f4-b9fb-a1a681c5cd84/mbid-74d4404c-bd41-44f4-b9fb-a1a681c5cd84-16146847743_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-74d4404c-bd41-44f4-b9fb-a1a681c5cd84/mbid-74d4404c-bd41-44f4-b9fb-a1a681c5cd84-16146847743_thumb250.jpg",
    "song": "Le Cœur au bout des doigts",
    "track_id": "edf318bf-afec-406f-95cc-ecb1e951c164",
    "recording_id": "d5b6730e-0fd4-446f-a409-5df1354fc6a6",
    "artist": "Jacqueline Taïeb",
    "artist_ids": [
        "3d7a3412-0f74-4648-8620-59a93f4ed8c7"
    ],
    "album": "Jacqueline Taïeb",
    "release_id": "74d4404c-bd41-44f4-b9fb-a1a681c5cd84",
    "release_group_id": "6e0d68f8-6c44-410e-9e0a-180e212c3549",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1967-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The title of “Le coeur au bout des doigts” seemingly difficult to translate, and literally means: ‘The (my) heart at the (his) fingertips’. Some think the expression is more similar to something along the lines of ‘heart in mouth’ i.e. she is excited and nervous.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}