Information about plays

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

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

{
    "id": 3543978,
    "uri": "https://api.kexp.org/v2/plays/3543978/?format=api",
    "airdate": "2025-08-23T23:20:42-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://coverartarchive.org/release/bdb37552-c83a-47e6-b312-c6f8a50e3b04/39263699208-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bdb37552-c83a-47e6-b312-c6f8a50e3b04/39263699208-250.jpg",
    "song": "Hetero Doubt",
    "track_id": null,
    "recording_id": "12720697-c00c-4a77-9c15-c7db3be591fb",
    "artist": "Strong Boys",
    "artist_ids": [
        "fdb676bf-757d-4dcf-beb6-8c322861e858"
    ],
    "album": "Riot Shock",
    "release_id": null,
    "release_group_id": "49184d59-a3b8-4868-8375-05abb08e27f0",
    "labels": [],
    "label_ids": [],
    "release_date": "2015-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dublin, Ireland\n\nhttps://strongboys.bandcamp.com/album/homo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}