Information about plays

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

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

{
    "id": 3543592,
    "uri": "https://api.kexp.org/v2/plays/3543592/?format=api",
    "airdate": "2025-08-23T03:53:33-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Boy, What'll You Do Then",
    "track_id": null,
    "recording_id": null,
    "artist": "Ace of Cups",
    "artist_ids": [
        "2f934387-f2b0-48f5-93d6-ecd1efedc494"
    ],
    "album": "It's Bad for You but Buy It!",
    "release_id": null,
    "release_group_id": "cec96cf2-bfcc-429f-8c14-1c4c1a1e4319",
    "labels": [
        "Big Beat"
    ],
    "label_ids": [
        "915b9747-4dc9-4205-bae5-d5d4db5c3d44"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.tabletmag.com/sections/community/articles/another-summer-of-love",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}