Information about plays

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

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

{
    "id": 3542445,
    "uri": "https://api.kexp.org/v2/plays/3542445/?format=api",
    "airdate": "2025-08-20T10:54:12-07:00",
    "show": 64339,
    "show_uri": "https://api.kexp.org/v2/shows/64339/?format=api",
    "image_uri": "https://ia800508.us.archive.org/19/items/mbid-07d48799-0a32-4718-adc2-4e3f4778f716/mbid-07d48799-0a32-4718-adc2-4e3f4778f716-13963206847_thumb500.jpg",
    "thumbnail_uri": "https://ia800508.us.archive.org/19/items/mbid-07d48799-0a32-4718-adc2-4e3f4778f716/mbid-07d48799-0a32-4718-adc2-4e3f4778f716-13963206847_thumb250.jpg",
    "song": "Under Canvas Under Wraps",
    "track_id": "154cb713-bfe9-3e1b-b631-7f5c51c6985f",
    "recording_id": "05546f60-416d-472c-b58b-262d00f0ca23",
    "artist": "The Delgados",
    "artist_ids": [
        "d629843e-d2b9-4665-a203-19f9c7f811ef"
    ],
    "album": "Domestiques",
    "release_id": "07d48799-0a32-4718-adc2-4e3f4778f716",
    "release_group_id": "51f11b3b-62e9-34ed-81c1-7551b37d0561",
    "labels": [
        "Chemikal Underground"
    ],
    "label_ids": [
        "6456662e-5a50-4185-bea9-3b0c7e180aef"
    ],
    "release_date": "2003-10-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Glasgow-based band formed in 1994 with Alun Woodward, Emma Pollock, Paul Savage and Stewart Henderson.\n\nhttps://thedelgados.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}