Information about plays

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

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

{
    "id": 3629137,
    "uri": "https://api.kexp.org/v2/plays/3629137/?format=api",
    "airdate": "2026-03-15T05:23:33-07:00",
    "show": 66185,
    "show_uri": "https://api.kexp.org/v2/shows/66185/?format=api",
    "image_uri": "https://ia801000.us.archive.org/25/items/mbid-f111cdb5-aa6d-3add-b53b-219c22030c96/mbid-f111cdb5-aa6d-3add-b53b-219c22030c96-30204475390_thumb500.jpg",
    "thumbnail_uri": "https://ia801000.us.archive.org/25/items/mbid-f111cdb5-aa6d-3add-b53b-219c22030c96/mbid-f111cdb5-aa6d-3add-b53b-219c22030c96-30204475390_thumb250.jpg",
    "song": "You Need Satan More Than He Needs You",
    "track_id": "3c3b21ea-2eae-3675-8d1d-7a5af393e50f",
    "recording_id": "9a046f13-1dbe-4202-b65c-1e0a2e617672",
    "artist": "Future of the Left",
    "artist_ids": [
        "82c5d269-41b3-498b-8596-d960c7556268"
    ],
    "album": "Travels With Myself and Another",
    "release_id": "f111cdb5-aa6d-3add-b53b-219c22030c96",
    "release_group_id": "2cbdd61f-8d61-357e-a4ef-c4396d90347b",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2009-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}