Information about plays

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

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

{
    "id": 3622070,
    "uri": "https://api.kexp.org/v2/plays/3622070/?format=api",
    "airdate": "2026-02-25T10:34:43-08:00",
    "show": 66027,
    "show_uri": "https://api.kexp.org/v2/shows/66027/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Is the Morning",
    "track_id": "21c6f608-9e30-4a66-b8ad-ae506c355cf5",
    "recording_id": "7245f703-07fa-4b92-9659-95c2a1611168",
    "artist": "Pink Breath of Heaven",
    "artist_ids": [
        "e11ef9d6-ea31-45ea-9454-e40e2c81d0c3"
    ],
    "album": "Blue Is the Morning",
    "release_id": "572e62c3-8c5f-465d-baa9-158bd25182f8",
    "release_group_id": "24dec797-d1eb-476f-a2a0-c3c8b079f906",
    "labels": [],
    "label_ids": [],
    "release_date": "2023-12-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The psych gaze rock band out of San Francisco is playing Live on KEXP at 3 PM today on the Afternoon Show!\n\nThey are also playing Vinelands Live this Saturday evening at 6:30 PM at San Francisco's Gray Area with Jay Som and Sab Star!\n\nhttps://www.kexp.org/events/bayarea/vinelands-live-noise-pop-jay-som/\n\nhttps://pinkbreathofheaven.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}