Information about plays

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

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

{
    "id": 3577572,
    "uri": "https://api.kexp.org/v2/plays/3577572/?format=api",
    "airdate": "2025-11-13T07:34:59-08:00",
    "show": 65097,
    "show_uri": "https://api.kexp.org/v2/shows/65097/?format=api",
    "image_uri": "https://dn721602.ca.archive.org/0/items/mbid-27ed1dbf-af54-4d38-95b5-79d25c208b60/mbid-27ed1dbf-af54-4d38-95b5-79d25c208b60-23499836788_thumb500.jpg",
    "thumbnail_uri": "https://dn721602.ca.archive.org/0/items/mbid-27ed1dbf-af54-4d38-95b5-79d25c208b60/mbid-27ed1dbf-af54-4d38-95b5-79d25c208b60-23499836788_thumb250.jpg",
    "song": "Dreamin' (Escape)",
    "track_id": "4ffdcc68-f8d0-34b1-9483-75234698f9c8",
    "recording_id": "1b4c0efc-2a46-4716-9957-b233e9887936",
    "artist": "Lou Reed",
    "artist_ids": [
        "9d1ebcfe-4c15-4d18-95d3-d919898638a1"
    ],
    "album": "Magic and Loss",
    "release_id": "27ed1dbf-af54-4d38-95b5-79d25c208b60",
    "release_group_id": "dc2c5ff6-b0a1-3fbf-8c70-91619cd59304",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-01-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lou Reed initially wanted Magic and Loss to be about themes of magic, but the death of two close friends--Doc Pomus and \"Rita\"--during the creation, inspired Reed to expand the theme to death and loss.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}