Information about plays

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

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

{
    "id": 3542226,
    "uri": "https://api.kexp.org/v2/plays/3542226/?format=api",
    "airdate": "2025-08-19T22:31:56-07:00",
    "show": 64335,
    "show_uri": "https://api.kexp.org/v2/shows/64335/?format=api",
    "image_uri": "https://coverartarchive.org/release/e801fdfd-b2db-4d2b-9de9-90eb8da520d3/7133118494-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e801fdfd-b2db-4d2b-9de9-90eb8da520d3/7133118494-250.jpg",
    "song": "Here Comes a Regular (2010 remaster)",
    "track_id": null,
    "recording_id": null,
    "artist": "The Replacements",
    "artist_ids": [
        "dc0d05ce-2f47-4962-b4fa-8631a0a51987"
    ],
    "album": "All for Nothing/Nothing for All",
    "release_id": null,
    "release_group_id": "dd439612-ed5c-339a-b19d-6183cd1aeedf",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Musical Firsts Series feature: What favorite band or artist did you discover on KEXP? Will from Boston found deeeep cuts from the Replacements. https://www.twintonedigital.com/mats",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}