Information about plays

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

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

{
    "id": 3594723,
    "uri": "https://api.kexp.org/v2/plays/3594723/?format=api",
    "airdate": "2025-12-23T03:23:56-08:00",
    "show": 65453,
    "show_uri": "https://api.kexp.org/v2/shows/65453/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Xmas Ah Come",
    "track_id": null,
    "recording_id": null,
    "artist": "6Blocc",
    "artist_ids": [
        "8346942d-7ed7-4b2d-87ee-81612c8235d8"
    ],
    "album": "A Ragga Jungle Christmas",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jungle version of the Eek-A-Mouse holiday classic -- https://www.youtube.com/watch?v=iGLmOjymMDc\n\nhttps://6blocc.bandcamp.com/album/a-ragga-jungle-christmas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}