Information about plays

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

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

{
    "id": 3595771,
    "uri": "https://api.kexp.org/v2/plays/3595771/?format=api",
    "airdate": "2025-12-25T08:53:13-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I’m Gonna Lasso Santa Claus",
    "track_id": null,
    "recording_id": "4f0d0939-fcef-4f34-b73f-0f151bd80610",
    "artist": "Charla Fantasma",
    "artist_ids": [
        "367cffd4-e388-4bdf-9537-739ddfb3f2ee"
    ],
    "album": "Riot Grrrl Christmas",
    "release_id": null,
    "release_group_id": "6548e184-a099-4cf5-be9f-a16a95c4b56e",
    "labels": [
        "Cleopatra Records"
    ],
    "label_ids": [
        "29d910ca-3210-4ecc-89fb-7f349092ddfc"
    ],
    "release_date": "2015-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track is from the \"Riot Grrrl Christmas\" compilation, which features \"a slew of female-fronted bands who grab Santa by the balls.\"\nhttps://cleopatrarecords.bandcamp.com/album/riot-grrrl-christmas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}