Information about plays

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

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

{
    "id": 3562002,
    "uri": "https://api.kexp.org/v2/plays/3562002/?format=api",
    "airdate": "2025-10-06T11:25:18-07:00",
    "show": 64763,
    "show_uri": "https://api.kexp.org/v2/shows/64763/?format=api",
    "image_uri": "https://ia601502.us.archive.org/2/items/mbid-14ec0698-18fa-3395-b203-b5c3c8c2cc51/mbid-14ec0698-18fa-3395-b203-b5c3c8c2cc51-33438919398_thumb500.jpg",
    "thumbnail_uri": "https://dn710204.ca.archive.org/0/items/mbid-14ec0698-18fa-3395-b203-b5c3c8c2cc51/mbid-14ec0698-18fa-3395-b203-b5c3c8c2cc51-33438919398_thumb250.jpg",
    "song": "Lorelei",
    "track_id": "74d0749b-70a0-38ca-877a-24bb9b9ba69b",
    "recording_id": "01ae8626-7118-4415-83bc-b708d202f84d",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Treasure",
    "release_id": "14ec0698-18fa-3395-b203-b5c3c8c2cc51",
    "release_group_id": "e0023081-c755-377d-9bbf-fd7551d5d14c",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#572 on YOUR countdown of the greatest albums of all-time.\n\nThis song was named after the legend of a siren that lures fishermen to their deaths upon the “Lorelei” rock, which exists in the Rhine River near Sankt Goarhausen in Germany.\n\nhttps://cocteautwins.com/\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}