Information about plays

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

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

{
    "id": 3599557,
    "uri": "https://api.kexp.org/v2/plays/3599557/?format=api",
    "airdate": "2026-01-03T06:13:21-08:00",
    "show": 65549,
    "show_uri": "https://api.kexp.org/v2/shows/65549/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Young Bride",
    "track_id": null,
    "recording_id": "e696cadf-31f0-496c-b104-2adb24a81d95",
    "artist": "Midlake",
    "artist_ids": [
        "da90b5da-349e-4906-a0b4-805f5e46190d"
    ],
    "album": "The Trials of Van Occupanther",
    "release_id": null,
    "release_group_id": "b7d1b94c-0837-3bb8-a3bb-c23c2a2ff54b",
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2006-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}