Information about plays

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

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

{
    "id": 3554645,
    "uri": "https://api.kexp.org/v2/plays/3554645/?format=api",
    "airdate": "2025-09-18T15:25:42-07:00",
    "show": 64595,
    "show_uri": "https://api.kexp.org/v2/shows/64595/?format=api",
    "image_uri": "https://coverartarchive.org/release/715b23bb-33ef-4b32-bfca-037ca625f83f/40709154585-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/715b23bb-33ef-4b32-bfca-037ca625f83f/40709154585-250.jpg",
    "song": "BIDDI BOMB",
    "track_id": null,
    "recording_id": "b48ce88c-06ec-4316-8c88-66d5adce07ec",
    "artist": "The Neighborhood Kids",
    "artist_ids": [
        "369e3ee5-19f2-4d49-aedd-629eb40dde27"
    ],
    "album": "BIDDI BOMB",
    "release_id": null,
    "release_group_id": "6ffbb057-c5b2-4b84-835e-8da2e24b90d5",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-07-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Nina in Beacon Hill!\n\nThis song was San Diego group The Neighborhood Kids' NPR Tiny Desk submission: https://www.youtube.com/watch?v=PngQ8ZMq_p0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}