Information about plays

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

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

{
    "id": 3598077,
    "uri": "https://api.kexp.org/v2/plays/3598077/?format=api",
    "airdate": "2025-12-30T16:42:30-08:00",
    "show": 65518,
    "show_uri": "https://api.kexp.org/v2/shows/65518/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rave Down",
    "track_id": "44f6efac-e2b6-42c4-8731-254d7b5ecff1",
    "recording_id": "3a43e8d7-8d3b-4a9c-a191-dc1d8c0bb76e",
    "artist": "Swervedriver",
    "artist_ids": [
        "fa6c7999-ff65-486b-9e18-bcb59d6db2f0"
    ],
    "album": "Rave Down",
    "release_id": "eb84c8b6-693f-4952-bec6-5c3833835fcd",
    "release_group_id": "4942a572-f081-3249-b27b-0ef0a40aa113",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's Oxford shoegaze band Swervedriver performing live at KEXP in 2019: https://www.youtube.com/watch?v=P5vOiWCgPoY --- You can find the Rave Down (live) release here: https://swervedriver.bandcamp.com/track/rave-down-live --- https://www.swervedriver.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}