Information about plays

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

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

{
    "id": 3541201,
    "uri": "https://api.kexp.org/v2/plays/3541201/?format=api",
    "airdate": "2025-08-17T11:46:08-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/3755ec26-aafb-4dc2-a6f7-efe5c90a638e/23969235404-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3755ec26-aafb-4dc2-a6f7-efe5c90a638e/23969235404-250.jpg",
    "song": "Alone With You",
    "track_id": null,
    "recording_id": "03e4f757-7bd4-4645-ab85-6f942286e86d",
    "artist": "Garrett T. Capps feat. Jamie Lin Wilson",
    "artist_ids": [
        "872b62db-6c90-4085-bbb2-707125c88646",
        "91d747dc-52d8-45ac-9af4-f528667cc206"
    ],
    "album": "All Right, All Night",
    "release_id": null,
    "release_group_id": "97328c6f-691e-431b-b4fe-1c919fc2338c",
    "labels": [
        "Spaceflight"
    ],
    "label_ids": [],
    "release_date": "2019-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The San Antonio honky tonk bar owner describes his music as ‘cowboy kraut.’\nPlaying Freakout Fest in Seattle 11/6\nhttps://tinyurl.com/FreakoutFest2025\nhttps://garretttcapps.bandcamp.com/album/all-right-all-night",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}