Information about plays

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

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

{
    "id": 3604735,
    "uri": "https://api.kexp.org/v2/plays/3604735/?format=api",
    "airdate": "2026-01-15T16:34:32-08:00",
    "show": 65659,
    "show_uri": "https://api.kexp.org/v2/shows/65659/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "OpenTil2",
    "track_id": null,
    "recording_id": null,
    "artist": "Laza feat. James Lite",
    "artist_ids": [],
    "album": "OpenTil2",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "La La Land"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "In Our Headphones w/ local artist Travis Thompson!\n\nListen to the full podcast and what he's listening to here: https://www.kexp.org/podcasts/in-our-headphones/2026/1/13/travis-thompson-on-rising-rapper-oble/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}