Information about plays

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

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

{
    "id": 3602852,
    "uri": "https://api.kexp.org/v2/plays/3602852/?format=api",
    "airdate": "2026-01-10T23:51:42-08:00",
    "show": 65618,
    "show_uri": "https://api.kexp.org/v2/shows/65618/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wax Princess",
    "track_id": null,
    "recording_id": "88382e28-0c1f-47f6-9417-63394d7f84a1",
    "artist": "Deadguy",
    "artist_ids": [
        "311e7afe-e0e3-476a-a703-fcd61dc049ac"
    ],
    "album": "Near-Death Travel Services",
    "release_id": null,
    "release_group_id": "d38912fe-842b-47d6-ae03-df40e92a76f3",
    "labels": [
        "Relapse Records"
    ],
    "label_ids": [
        "4189cc4f-fb38-4d62-8271-dbd247585117"
    ],
    "release_date": "2025-06-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deadguy will be performing at NWTF in Seattle this year at Neumos May 9th - 11th.\n\nhttps://northwestterrorfest.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}