Information about plays

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

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

{
    "id": 3559868,
    "uri": "https://api.kexp.org/v2/plays/3559868/?format=api",
    "airdate": "2025-10-01T01:51:29-07:00",
    "show": 64714,
    "show_uri": "https://api.kexp.org/v2/shows/64714/?format=api",
    "image_uri": "https://ia801407.us.archive.org/4/items/mbid-9375cfeb-1e3d-4a36-bc7b-f95aceca56d7/mbid-9375cfeb-1e3d-4a36-bc7b-f95aceca56d7-16100735908_thumb500.jpg",
    "thumbnail_uri": "https://ia801407.us.archive.org/4/items/mbid-9375cfeb-1e3d-4a36-bc7b-f95aceca56d7/mbid-9375cfeb-1e3d-4a36-bc7b-f95aceca56d7-16100735908_thumb250.jpg",
    "song": "Snake Dance",
    "track_id": "7c796334-c02a-3543-9b23-c8a2c282a5ec",
    "recording_id": "bfa022f2-c630-4cce-a18b-de71bf620c8d",
    "artist": "The March Violets",
    "artist_ids": [
        "0d217f85-f007-4643-a543-047949661d10"
    ],
    "album": "A Life Less Lived: The Gothic Box",
    "release_id": "9375cfeb-1e3d-4a36-bc7b-f95aceca56d7",
    "release_group_id": "4fd31a3b-32ed-3258-a8cd-aa15f88e7797",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request! Need a good comp for October? May I suggest...A Life Less Lived: The Gothic Box ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}