Information about plays

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

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

{
    "id": 3595376,
    "uri": "https://api.kexp.org/v2/plays/3595376/?format=api",
    "airdate": "2025-12-24T14:05:34-08:00",
    "show": 65465,
    "show_uri": "https://api.kexp.org/v2/shows/65465/?format=api",
    "image_uri": "https://coverartarchive.org/release/d25de299-788b-4038-ad42-bf164dbafba1/41534691147-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d25de299-788b-4038-ad42-bf164dbafba1/41534691147-250.jpg",
    "song": "Holiday Party",
    "track_id": null,
    "recording_id": "2e83428d-1a8d-4c8d-a714-8fc14b470ffc",
    "artist": "People Under the Stairs",
    "artist_ids": [
        "3dc00dcb-6106-43d1-b48d-21d236f53983"
    ],
    "album": "Holiday Party",
    "release_id": null,
    "release_group_id": "afe4ae18-6c10-41f8-920b-cbd8b61831d1",
    "labels": [
        "BLR"
    ],
    "label_ids": [
        "25ddb34a-367b-4a2f-b14f-c09c54cbb5d8"
    ],
    "release_date": "2013-12-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}