Information about plays

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

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

{
    "id": 3525134,
    "uri": "https://api.kexp.org/v2/plays/3525134/?format=api",
    "airdate": "2025-07-10T11:05:24-07:00",
    "show": 63973,
    "show_uri": "https://api.kexp.org/v2/shows/63973/?format=api",
    "image_uri": "https://ia800206.us.archive.org/32/items/mbid-e1b51d95-e573-3f68-9682-c54a9fe94291/mbid-e1b51d95-e573-3f68-9682-c54a9fe94291-9713284752_thumb500.jpg",
    "thumbnail_uri": "https://ia600206.us.archive.org/32/items/mbid-e1b51d95-e573-3f68-9682-c54a9fe94291/mbid-e1b51d95-e573-3f68-9682-c54a9fe94291-9713284752_thumb250.jpg",
    "song": "Teenage FBI",
    "track_id": "f8892264-be30-314d-b49c-52831477d302",
    "recording_id": "9120c38e-2977-405d-b41c-b0d99ecb2d61",
    "artist": "Guided by Voices",
    "artist_ids": [
        "6c85f4c3-026c-4c16-9a7c-f546f42ed0fb"
    ],
    "album": "Do the Collapse",
    "release_id": "e1b51d95-e573-3f68-9682-c54a9fe94291",
    "release_group_id": "4a0b9b48-bb81-397e-bf0d-2997b1b63d41",
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "1999-08-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song comes off Dayton, Ohio, band Guided by Voices' 11th album -- 'Do The Collapse.'\n\nThe band just released their 41st studio album (yes, you read that right) this past February, called 'Universe Room.'\n\nhttps://www.guidedbyvoices.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}