Information about plays

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

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

{
    "id": 3590561,
    "uri": "https://api.kexp.org/v2/plays/3590561/?format=api",
    "airdate": "2025-12-13T12:19:45-08:00",
    "show": 65368,
    "show_uri": "https://api.kexp.org/v2/shows/65368/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Without You (Raag Jog)",
    "track_id": null,
    "recording_id": null,
    "artist": "Karma Sheen",
    "artist_ids": [
        "9c08af79-ffd1-4aa0-ba14-2957ddd527ac"
    ],
    "album": "Karma Sheen",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2023-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Music from London psychedelic rock band Karma Sheen. They are self-described as \" Hindustani Classical Raaga infused music with a fragrance of psych rock.\" \n\nhttps://karmasheen.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}