Information about plays

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

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

{
    "id": 3561730,
    "uri": "https://api.kexp.org/v2/plays/3561730/?format=api",
    "airdate": "2025-10-05T18:13:32-07:00",
    "show": 64756,
    "show_uri": "https://api.kexp.org/v2/shows/64756/?format=api",
    "image_uri": "https://coverartarchive.org/release/4181ccd1-f0ba-48cb-a34f-64d8d30445f8/36664240255-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4181ccd1-f0ba-48cb-a34f-64d8d30445f8/36664240255-250.jpg",
    "song": "Searchin’",
    "track_id": null,
    "recording_id": "eb7852ec-0c88-4ffb-a41e-e98c63fac9de",
    "artist": "Standing Room Only",
    "artist_ids": [],
    "album": "Heart and Soul",
    "release_id": null,
    "release_group_id": "6a23cc2f-698d-4aa6-bad9-0c2e863c9501",
    "labels": [
        "YGB Records"
    ],
    "label_ids": [],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Richmond, Virgina funk group Standing Room Only released \"Searchin’\" on their 1982 album, Heart and Soul on YGB Records.\n\nBecome a KEXP Amplifier today for as little as $6 a month. \nEvery donor receives an “I Power KEXP” donor sticker.\nWe at KEXP thank you for your support!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}