Information about plays

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

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

{
    "id": 3601925,
    "uri": "https://api.kexp.org/v2/plays/3601925/?format=api",
    "airdate": "2026-01-08T18:19:18-08:00",
    "show": 65597,
    "show_uri": "https://api.kexp.org/v2/shows/65597/?format=api",
    "image_uri": "https://ia801407.us.archive.org/18/items/mbid-da6a7b6c-7b16-4dad-9ef0-d662cd633ebb/mbid-da6a7b6c-7b16-4dad-9ef0-d662cd633ebb-33454653663_thumb500.jpg",
    "thumbnail_uri": "https://ia601407.us.archive.org/18/items/mbid-da6a7b6c-7b16-4dad-9ef0-d662cd633ebb/mbid-da6a7b6c-7b16-4dad-9ef0-d662cd633ebb-33454653663_thumb250.jpg",
    "song": "Cloudbusting",
    "track_id": "b7226240-b232-48d1-9ca7-f0665ef07cf0",
    "recording_id": "ccf0855e-e0a9-4607-99c8-003c7ec55980",
    "artist": "Kate Bush",
    "artist_ids": [
        "4b585938-f271-45e2-b19a-91c634b5e396"
    ],
    "album": "Hounds of Love",
    "release_id": "b5b62259-7005-4574-a3f4-fb4dd3dd9414",
    "release_group_id": "017f2a37-a78f-3578-9611-fa40408e5d90",
    "labels": [
        "EMI Manhattan"
    ],
    "label_ids": [
        "6c8f3192-de58-49be-acc4-a11802dcbdb2"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Luis, in San Francisco!\n\nHello! First time doing this. Can I request “Cloudbustong” by Kate bush. This song lifted me up quite a bit in 2020 when we were going through that round of chaos. Thank you!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}