Information about plays

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

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

{
    "id": 3582095,
    "uri": "https://api.kexp.org/v2/plays/3582095/?format=api",
    "airdate": "2025-11-23T22:10:45-08:00",
    "show": 65192,
    "show_uri": "https://api.kexp.org/v2/shows/65192/?format=api",
    "image_uri": "https://coverartarchive.org/release/c50ef95c-837c-4264-8e22-8d5a2f2767a7/10788176868-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c50ef95c-837c-4264-8e22-8d5a2f2767a7/10788176868-250.jpg",
    "song": "Elvis on the Radio, Steel Guitar in My Soul",
    "track_id": null,
    "recording_id": "f246f658-49c4-4efe-840e-c624b7850bc9",
    "artist": "The KLF",
    "artist_ids": [
        "8092b8b7-235e-4844-9f72-95a9d5a73dbf"
    ],
    "album": "Chill Out",
    "release_id": null,
    "release_group_id": "a415fc9b-1516-303e-b354-fc3a5b269f1b",
    "labels": [
        "KLF Communications"
    ],
    "label_ids": [
        "2172c7e4-dbf5-42d4-8412-baae9a27235c"
    ],
    "release_date": "1990-02-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}