Information about plays

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

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

{
    "id": 3594859,
    "uri": "https://api.kexp.org/v2/plays/3594859/?format=api",
    "airdate": "2025-12-23T10:49:44-08:00",
    "show": 65456,
    "show_uri": "https://api.kexp.org/v2/shows/65456/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Must Be Santa",
    "track_id": "af613d0a-862c-438e-8618-ed74abae8222",
    "recording_id": "1262a5d2-076b-448e-aa8e-c7a9ced0a5b5",
    "artist": "Kurt Vile",
    "artist_ids": [
        "e07a111e-4e8a-4651-a849-01ac60551ab2"
    ],
    "album": "Back to Moon Beach",
    "release_id": "7e2eacc7-4702-4b4d-8057-22485685f559",
    "release_group_id": "662f7639-45e5-47ea-b5c4-5ca8804149b0",
    "labels": [
        "Verve Label Group"
    ],
    "label_ids": [
        "9eb1eb2a-0fbb-4b79-8185-c981906afc82"
    ],
    "release_date": "2023-11-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"While “Must Be Santa” is best-known through Bob Dylan’s raucous drinking-song interpretation, Vile’s is touchingly domestic, featuring his two daughters on backing vocals and the constant, reassuring twinkle of a windchime.\"\n\nhttps://pitchfork.com/reviews/albums/kurt-vile-back-to-moon-beach-ep/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}