Information about plays

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

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

{
    "id": 3584525,
    "uri": "https://api.kexp.org/v2/plays/3584525/?format=api",
    "airdate": "2025-11-29T12:54:08-08:00",
    "show": 65242,
    "show_uri": "https://api.kexp.org/v2/shows/65242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Edge of the Ocean (Duotone mix)",
    "track_id": null,
    "recording_id": "58f2616f-81bb-4cb5-aed1-33a0a953da7b",
    "artist": "Ivy",
    "artist_ids": [
        "610404f9-26bd-4be2-8697-f916495f14a4"
    ],
    "album": "Edge of the Ocean",
    "release_id": null,
    "release_group_id": "3abd5077-626d-43a6-ba5f-bc8c1110c9a3",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is an oldie, but maybe Ivy's 2025 record Traces of You was one of your faves? https://ivy-band.bandcamp.com/album/traces-of-you\n\nVote for your favorite albums of 2025 now at https://www.kexp.org/countdowns/best-of-2025/ and we'll be counting them down on 12/19!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}