Information about plays

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

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

{
    "id": 3572043,
    "uri": "https://api.kexp.org/v2/plays/3572043/?format=api",
    "airdate": "2025-10-31T02:23:27-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mouthbreath-r",
    "track_id": null,
    "recording_id": null,
    "artist": "Iglooghost",
    "artist_ids": [
        "e42e0cb0-2722-4807-9102-889a2d4adcc3"
    ],
    "album": "Bronze Claw Iso",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iglooghost of Dorset, now based in London with a follow up to his acclaimed 2024 album Tidal Memory.\n\nhttps://iglooghost.bandcamp.com/track/mouthbreath-r-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}