Information about plays

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

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

{
    "id": 3614648,
    "uri": "https://api.kexp.org/v2/plays/3614648/?format=api",
    "airdate": "2026-02-07T23:27:57-08:00",
    "show": 65874,
    "show_uri": "https://api.kexp.org/v2/shows/65874/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jimmy",
    "track_id": null,
    "recording_id": null,
    "artist": "PUFFER",
    "artist_ids": [
        "2a2bd8f2-b860-4baa-8969-84bbd958dba4"
    ],
    "album": "Street Hassle",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Static Shock Records"
    ],
    "label_ids": [
        "65fcbd30-08fe-48f6-971c-2021381769a8"
    ],
    "release_date": "2025-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Montreal\n\nThis album was self produced, self recorded, and mixed by the band.  They are currently touring Europe to support it.\n\nhttps://puffpuffpuff.bandcamp.com/album/street-hassle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}