Information about plays

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

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

{
    "id": 3552744,
    "uri": "https://api.kexp.org/v2/plays/3552744/?format=api",
    "airdate": "2025-09-13T23:32:26-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "https://coverartarchive.org/release/251e04f2-6ea3-48ab-a713-4937ea6319a8/41454523081-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/251e04f2-6ea3-48ab-a713-4937ea6319a8/41454523081-250.jpg",
    "song": "Who's To Blame",
    "track_id": null,
    "recording_id": "72690f2c-c812-4d3b-8d8a-5135daa5ae4d",
    "artist": "Boxcutter PNW",
    "artist_ids": [
        "efbae803-0301-4412-8b38-01e777fc5f29"
    ],
    "album": "It Gets Worse!",
    "release_id": null,
    "release_group_id": "49544cf2-e562-4c46-8442-bb3e5cc020dc",
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2024-05-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Bellingham, WA\n\nhttps://boxcutternw.bandcamp.com/album/it-gets-worse\nhttps://www.facebook.com/boxcutterpunk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}