Information about plays

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

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

{
    "id": 3548541,
    "uri": "https://api.kexp.org/v2/plays/3548541/?format=api",
    "airdate": "2025-09-03T18:50:43-07:00",
    "show": 64465,
    "show_uri": "https://api.kexp.org/v2/shows/64465/?format=api",
    "image_uri": "https://ia601601.us.archive.org/0/items/mbid-2880e30b-3a51-34c0-b1e8-2105b2a344a4/mbid-2880e30b-3a51-34c0-b1e8-2105b2a344a4-23200374089_thumb500.jpg",
    "thumbnail_uri": "https://ia601601.us.archive.org/0/items/mbid-2880e30b-3a51-34c0-b1e8-2105b2a344a4/mbid-2880e30b-3a51-34c0-b1e8-2105b2a344a4-23200374089_thumb250.jpg",
    "song": "Roadrunner",
    "track_id": "508f09d2-7bec-3234-815f-78898a45ed4b",
    "recording_id": "f2ca3aa1-6e33-491f-bf6f-08795880d9c4",
    "artist": "The Modern Lovers",
    "artist_ids": [
        "535f06f0-7ea2-41a4-a967-743b25558805"
    ],
    "album": "The Modern Lovers",
    "release_id": "2880e30b-3a51-34c0-b1e8-2105b2a344a4",
    "release_group_id": "91e1f88a-f081-3639-9972-0d46b3d3b616",
    "labels": [
        "Sanctuary Midline"
    ],
    "label_ids": [
        "84f6693d-dfe5-470a-852a-3c21ece19439"
    ],
    "release_date": "2006-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout out to Steve in Seattle for this road trip recommendation!\n\n\"A few road trip songs: Roadrunner by The Modern Lovers, Supercharged by X, Skidmarks on my Heart by The Go-Gos.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}