Information about plays

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

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

{
    "id": 3599565,
    "uri": "https://api.kexp.org/v2/plays/3599565/?format=api",
    "airdate": "2026-01-03T06:35:54-08:00",
    "show": 65549,
    "show_uri": "https://api.kexp.org/v2/shows/65549/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sleeping Lessons",
    "track_id": null,
    "recording_id": "ae14ac35-439d-45a8-8844-087b466211cd",
    "artist": "The Shins",
    "artist_ids": [
        "6c8b9855-ba8b-48f9-ac1d-42167f7f7b18"
    ],
    "album": "Wincing the Night Away",
    "release_id": null,
    "release_group_id": "0f3ab0c9-c607-36a5-8102-b238eb08b357",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2007-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}