Information about plays

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

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

{
    "id": 3561738,
    "uri": "https://api.kexp.org/v2/plays/3561738/?format=api",
    "airdate": "2025-10-05T18:49:08-07:00",
    "show": 64756,
    "show_uri": "https://api.kexp.org/v2/shows/64756/?format=api",
    "image_uri": "https://coverartarchive.org/release/2359cb6d-48de-4bfc-abea-e37c8c801fe0/6346788372-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2359cb6d-48de-4bfc-abea-e37c8c801fe0/6346788372-250.jpg",
    "song": "I’m on Fire",
    "track_id": null,
    "recording_id": "eee3b6e5-1745-4497-81fe-24c2cc85ef47",
    "artist": "Champaign",
    "artist_ids": [
        "524ce360-117c-4911-8344-9c303e353ca0"
    ],
    "album": "How ’Bout Us",
    "release_id": null,
    "release_group_id": "8aa7da68-1cf9-40c7-9d3e-5e863a57dccf",
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Champaign, Illinois, Champaign released their most popular song \"I'm on Fire\" in 1981 on the album How 'Bout Us, with Columbia Records.\n\nWith your $15 a month donation, you'll receive both the new Music Portal T-Shirt AND the KEXP Beanie. \nIn addition to those regular thank you gifts, we'll also include the KEXP Trucker Cap for a limited time! Donate now at www.kexp.org/donate",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}