Information about plays

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

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

{
    "id": 3581627,
    "uri": "https://api.kexp.org/v2/plays/3581627/?format=api",
    "airdate": "2025-11-22T20:55:55-08:00",
    "show": 65183,
    "show_uri": "https://api.kexp.org/v2/shows/65183/?format=api",
    "image_uri": "https://ia802804.us.archive.org/9/items/mbid-ddc9295e-34bc-4c79-8aca-7b55b677a4e6/mbid-ddc9295e-34bc-4c79-8aca-7b55b677a4e6-21725106615_thumb500.jpg",
    "thumbnail_uri": "https://ia802804.us.archive.org/9/items/mbid-ddc9295e-34bc-4c79-8aca-7b55b677a4e6/mbid-ddc9295e-34bc-4c79-8aca-7b55b677a4e6-21725106615_thumb250.jpg",
    "song": "Combinations and Complications",
    "track_id": "757fe202-ad71-3404-8e42-f04a1a56746d",
    "recording_id": "a2152cb2-3792-45b1-8dae-062bb8b30622",
    "artist": "Red Stars Theory",
    "artist_ids": [
        "a9d2b2fe-b01c-4115-803c-0514ef05f8ff"
    ],
    "album": "Life in a Bubble Can Be Beautiful",
    "release_id": "ddc9295e-34bc-4c79-8aca-7b55b677a4e6",
    "release_group_id": "3019907b-7670-3082-9da4-3696475f0bfb",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "1999-09-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This Seattle band featured James Bertram (who's done time with 764-Hero, Lync, Built to Spill, Beck) and Jeremiah Green of Modest Mouse.",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}