Information about plays

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

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

{
    "id": 3589780,
    "uri": "https://api.kexp.org/v2/plays/3589780/?format=api",
    "airdate": "2025-12-11T14:04:26-08:00",
    "show": 65348,
    "show_uri": "https://api.kexp.org/v2/shows/65348/?format=api",
    "image_uri": "https://coverartarchive.org/release/e8a6194a-2a00-4b54-9520-a8ce63c3c30d/22680697469-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e8a6194a-2a00-4b54-9520-a8ce63c3c30d/22680697469-250.jpg",
    "song": "Promise Here Anything but Give Her Arpeggio",
    "track_id": null,
    "recording_id": "197c07f1-de5b-4e44-9d3f-721f5d68c236",
    "artist": "Big Brother & the Holding Company",
    "artist_ids": [
        "3cf5a3be-25ef-4408-98fe-e66fee536be1"
    ],
    "album": "How Hard It Is",
    "release_id": null,
    "release_group_id": "9a0fe6f3-3531-3d82-bca1-bed8e117761b",
    "labels": [
        "COE Records"
    ],
    "label_ids": [
        "ea915fa5-ed24-4910-a194-6ec2e371004d"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Big Brother & The Holding Company were pioneers of the San Francisco sound of the 60s. The band launched the career of Janis Joplin.: https://www.allmusic.com/artist/big-brother-the-holding-company-mn0000758943",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}