Information about plays

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

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

{
    "id": 3571929,
    "uri": "https://api.kexp.org/v2/plays/3571929/?format=api",
    "airdate": "2025-10-30T18:43:33-07:00",
    "show": 64977,
    "show_uri": "https://api.kexp.org/v2/shows/64977/?format=api",
    "image_uri": "https://coverartarchive.org/release/4883154c-ae6c-4c23-8c82-eb0dbc039133/6297306834-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4883154c-ae6c-4c23-8c82-eb0dbc039133/6297306834-250.jpg",
    "song": "Nature Trail to Hell",
    "track_id": null,
    "recording_id": "3b665c9f-bd32-489f-8a5b-7d20556c2d26",
    "artist": "“Weird Al” Yankovic",
    "artist_ids": [
        "7746d775-9550-4360-b8d5-c37bd448ce01"
    ],
    "album": "In 3‐D",
    "release_id": null,
    "release_group_id": "d164b1a6-c4f7-395a-9fca-5e34308ff46e",
    "labels": [
        "Volcano Records"
    ],
    "label_ids": [
        "7f227463-55bf-4510-97da-82672574a0b1"
    ],
    "release_date": "1984-02-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Weird Al's second LP, he put the accordion aside for most of the songs.\n\nhttps://www.weirdal.com/home/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}