Information about plays

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

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

{
    "id": 3581675,
    "uri": "https://api.kexp.org/v2/plays/3581675/?format=api",
    "airdate": "2025-11-22T22:48:56-08:00",
    "show": 65184,
    "show_uri": "https://api.kexp.org/v2/shows/65184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Taste For Blood",
    "track_id": null,
    "recording_id": null,
    "artist": "Gino and the Goons",
    "artist_ids": [
        "eaa20564-aa58-4a1c-bf1e-639c68ace20a"
    ],
    "album": "Gino and the Goons",
    "release_id": null,
    "release_group_id": "3cbe9249-8514-433b-aa96-33cfe7f98205",
    "labels": [
        "Slovenly"
    ],
    "label_ids": [],
    "release_date": "2025-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latest release from this band out of South Carolina.\n\nhttps://ginoandthegoons.bandcamp.com/album/gino-and-the-goons-gino-and-the-goons-lp\nhttps://www.discogs.com/release/34400011-Gino-And-The-Goons-Gino-And-The-Goons",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}