Information about plays

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

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

{
    "id": 3557492,
    "uri": "https://api.kexp.org/v2/plays/3557492/?format=api",
    "airdate": "2025-09-25T07:48:20-07:00",
    "show": 64656,
    "show_uri": "https://api.kexp.org/v2/shows/64656/?format=api",
    "image_uri": "https://ia801506.us.archive.org/9/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": "‘The Exploding Boy’ was a b-side to ‘In Between Days’, the lead single from The Head on the Door.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}