Information about plays

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

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

{
    "id": 3611852,
    "uri": "https://api.kexp.org/v2/plays/3611852/?format=api",
    "airdate": "2026-02-01T10:54:14-08:00",
    "show": 65812,
    "show_uri": "https://api.kexp.org/v2/shows/65812/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Something To Be Said",
    "track_id": null,
    "recording_id": null,
    "artist": "John Andrews & The Yawns",
    "artist_ids": [],
    "album": "Streetsweeper",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Earth Libraries"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the upcoming April 3rd album by the NY artist, Andrews said this song came to him in a dream as a “melody of a Rolling Stones song that didn’t actually exist.”\nhttps://johnandrewsyawns.bandcamp.com/album/streetsweeper",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}