Information about plays

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

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

{
    "id": 3546338,
    "uri": "https://api.kexp.org/v2/plays/3546338/?format=api",
    "airdate": "2025-08-29T14:33:01-07:00",
    "show": 64419,
    "show_uri": "https://api.kexp.org/v2/shows/64419/?format=api",
    "image_uri": "https://ia801306.us.archive.org/26/items/mbid-27d8d4d4-1384-4175-9821-57b1620f9f82/mbid-27d8d4d4-1384-4175-9821-57b1620f9f82-12732273683_thumb500.jpg",
    "thumbnail_uri": "https://ia801306.us.archive.org/26/items/mbid-27d8d4d4-1384-4175-9821-57b1620f9f82/mbid-27d8d4d4-1384-4175-9821-57b1620f9f82-12732273683_thumb250.jpg",
    "song": "Happy Birthday",
    "track_id": "417d461a-ff55-41c9-a1b9-11b518faa533",
    "recording_id": "28236ba9-b0f1-4c6d-adb7-9f9db29018c3",
    "artist": "Altered Images",
    "artist_ids": [
        "318d3337-7ca5-49af-aa94-d95934717858"
    ],
    "album": "I Could Be Happy: The Best of Altered Images",
    "release_id": "64fb73ef-c432-4c60-9bee-71eac21bbc48",
    "release_group_id": "25037b72-b6b9-45da-afa2-6b93a72c97bb",
    "labels": [
        "Epic",
        "Legacy"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "HBD Travis from the Sub Pop store, from Liam at the Sub Pop store!\n\n\"Happy Birthday\" was a single released from the Scottish band Altered Images' album, also titled \"Happy Birthday!\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}