Information about plays

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

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

{
    "id": 3594793,
    "uri": "https://api.kexp.org/v2/plays/3594793/?format=api",
    "airdate": "2025-12-23T07:09:11-08:00",
    "show": 65455,
    "show_uri": "https://api.kexp.org/v2/shows/65455/?format=api",
    "image_uri": "https://coverartarchive.org/release/301cd639-c7ef-4d58-9501-8d5ad7559329/41511461112-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/301cd639-c7ef-4d58-9501-8d5ad7559329/41511461112-250.jpg",
    "song": "The Light Won’t Shine Forever",
    "track_id": null,
    "recording_id": "5ba3a40a-5635-4e80-a1fc-12ad94fb06f1",
    "artist": "Floodlights",
    "artist_ids": [
        "31b575d4-11ce-472a-a892-4cc847f8f5f0"
    ],
    "album": "Underneath",
    "release_id": null,
    "release_group_id": "76b4ee78-41df-4177-a363-5bfbaf938c7b",
    "labels": [
        "[PIAS] Australia"
    ],
    "label_ids": [
        "d5135552-49fd-4a9b-a7c3-2ee0ed50dd0b"
    ],
    "release_date": "2025-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Melbourne-based Floodlights' third album, Underneath.\n\nhttps://floodlights88.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}