Information about plays

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

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

{
    "id": 3548758,
    "uri": "https://api.kexp.org/v2/plays/3548758/?format=api",
    "airdate": "2025-09-04T08:07:10-07:00",
    "show": 64470,
    "show_uri": "https://api.kexp.org/v2/shows/64470/?format=api",
    "image_uri": "https://ia801409.us.archive.org/19/items/mbid-40255732-3496-408f-9abf-0c45a62b68cf/mbid-40255732-3496-408f-9abf-0c45a62b68cf-15842764478_thumb500.jpg",
    "thumbnail_uri": "https://ia601409.us.archive.org/19/items/mbid-40255732-3496-408f-9abf-0c45a62b68cf/mbid-40255732-3496-408f-9abf-0c45a62b68cf-15842764478_thumb250.jpg",
    "song": "You Think You're a Man",
    "track_id": "cd86294e-d4c8-3257-9173-3fd4022a9d75",
    "recording_id": "c7936dd9-4a11-42d7-9dc3-ca9190348594",
    "artist": "The Vaselines",
    "artist_ids": [
        "a70b63fd-cae7-4a5f-b338-b18343f3ee2f"
    ],
    "album": "Enter the Vaselines",
    "release_id": "40255732-3496-408f-9abf-0c45a62b68cf",
    "release_group_id": "7cbacd4b-c391-383f-ba66-6b204438b2b2",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2009-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Vaselines' 1988 Album 'Dying for it' (The Pink Album) is one of the albums featured on Kurt Cobain's Top 50 Albums. \n\nCheck out KEXP's Podcast the Cobain 50 here: https://www.kexp.org/podcasts/cobain50/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}