Information about plays

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

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

{
    "id": 3595625,
    "uri": "https://api.kexp.org/v2/plays/3595625/?format=api",
    "airdate": "2025-12-25T02:13:48-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Holidays",
    "track_id": null,
    "recording_id": "a5d1e9e7-83df-4d5a-8cd0-f5ecacb7aa3b",
    "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"
}