Information about plays

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

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

{
    "id": 3572246,
    "uri": "https://api.kexp.org/v2/plays/3572246/?format=api",
    "airdate": "2025-10-31T14:42:14-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://coverartarchive.org/release/95035b07-39c8-458f-9271-9fcfe3a8fd4a/915222610-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/95035b07-39c8-458f-9271-9fcfe3a8fd4a/915222610-250.jpg",
    "song": "Talk About the Weather",
    "track_id": null,
    "recording_id": "01fe30ba-749e-49de-94d1-daaebf38b23f",
    "artist": "Red Lorry Yellow Lorry",
    "artist_ids": [
        "ac8f8330-1270-4a56-89c4-3318f8fa5c3b"
    ],
    "album": "Talk About the Weather",
    "release_id": null,
    "release_group_id": "d2adea9e-fa8c-3a4a-90bd-2f2f5b696e28",
    "labels": [
        "Anagram Records"
    ],
    "label_ids": [
        "83ca98d2-7d99-40f1-8e60-dc35c7b78508"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first studio album from British band Red Lorry Yellow Lorry. The band formed in Leeds in 1981, and featured members Chris Reed, Mark Sweeney, Steve Smith and Mick Brown. \n\nhttp://www.red-lorry-yellow-lorry.com/\n\nIt’s KEXP’s 50th anniversary! To celebrate we’re playing songs you know and love from 1985! kexp.org/50/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}