Information about plays

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

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

{
    "id": 3582748,
    "uri": "https://api.kexp.org/v2/plays/3582748/?format=api",
    "airdate": "2025-11-25T10:45:01-08:00",
    "show": 65207,
    "show_uri": "https://api.kexp.org/v2/shows/65207/?format=api",
    "image_uri": "https://ia804608.us.archive.org/29/items/mbid-c6f59916-965f-4d15-abf6-bad4fb372837/mbid-c6f59916-965f-4d15-abf6-bad4fb372837-24875996093_thumb500.jpg",
    "thumbnail_uri": "https://ia804608.us.archive.org/29/items/mbid-c6f59916-965f-4d15-abf6-bad4fb372837/mbid-c6f59916-965f-4d15-abf6-bad4fb372837-24875996093_thumb250.jpg",
    "song": "It's a Shame About Ray",
    "track_id": "9b3ce38e-6184-3ada-81be-7395bc7876ea",
    "recording_id": "2bd311af-068b-44d4-9a4f-b044d5e992de",
    "artist": "The Lemonheads",
    "artist_ids": [
        "58a53082-a629-4ff1-a44d-7492d6f6e8fb"
    ],
    "album": "It's a Shame About Ray",
    "release_id": "b1cced1d-415a-45bd-b988-9dfef7284f39",
    "release_group_id": "d8cf6f02-a68b-4b73-be3e-746fb5a5adf6",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2008-03-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Evan Dando wrote this song in Australia while he was performing solo as the opening act for Fugazi. He collaborated on the track with Tom Morgan, who was the lead singer for the Australian band Smudge.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}