Information about plays

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

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

{
    "id": 3580965,
    "uri": "https://api.kexp.org/v2/plays/3580965/?format=api",
    "airdate": "2025-11-21T08:15:53-08:00",
    "show": 65168,
    "show_uri": "https://api.kexp.org/v2/shows/65168/?format=api",
    "image_uri": "https://dn721506.ca.archive.org/0/items/mbid-0a6108f2-c2be-4e18-8185-db1a5551ab78/mbid-0a6108f2-c2be-4e18-8185-db1a5551ab78-7907176902_thumb500.jpg",
    "thumbnail_uri": "https://dn721506.ca.archive.org/0/items/mbid-0a6108f2-c2be-4e18-8185-db1a5551ab78/mbid-0a6108f2-c2be-4e18-8185-db1a5551ab78-7907176902_thumb250.jpg",
    "song": "The Exploding Boy",
    "track_id": "b6b09787-fe72-30af-9ff0-0abab11e8a73",
    "recording_id": "5a82ef1a-f7e5-447d-a136-679224ab184e",
    "artist": "The Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Join the Dots: B-Sides and Rarities",
    "release_id": "0a6108f2-c2be-4e18-8185-db1a5551ab78",
    "release_group_id": "7998a36c-c94d-39f9-a092-777817534309",
    "labels": [
        "Fiction Records"
    ],
    "label_ids": [
        "f6182855-aa81-453a-a460-58c0fd71635d"
    ],
    "release_date": "2004-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lots of requests for The Cure, including from Mary and from Jon...\n---\n‘The Exploding Boy’ was a B-side to ‘In Between Days’, the lead single from \"The Head on the Door.\"\n--\n\"I couldn't hear a word you said\nI couldn't hear at all\nYou talked until your tongue fell out\nAnd then you talked some more...\": https://genius.com/The-cure-the-exploding-boy-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}