Information about plays

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

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

{
    "id": 3595674,
    "uri": "https://api.kexp.org/v2/plays/3595674/?format=api",
    "airdate": "2025-12-25T04:49:45-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "https://coverartarchive.org/release/d94189dd-342b-4875-8012-cad12dbed3a7/34183217359-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d94189dd-342b-4875-8012-cad12dbed3a7/34183217359-250.jpg",
    "song": "Peace on Earth for Everyone",
    "track_id": null,
    "recording_id": "f9459e82-bdc4-4e26-af05-a621a4166181",
    "artist": "Sounds of Blackness",
    "artist_ids": [
        "4f9d560b-f378-4bdb-9676-8b7aa7744821"
    ],
    "album": "The Night Before Christmas: A Musical Fantasy",
    "release_id": null,
    "release_group_id": "2b5bdb0d-75e7-3b09-8429-cb2cf88994b1",
    "labels": [
        "Perspective"
    ],
    "label_ids": [
        "1d0dd094-290d-49af-b893-d55e9e91c498"
    ],
    "release_date": "1992-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}