Information about plays

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

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

{
    "id": 3521497,
    "uri": "https://api.kexp.org/v2/plays/3521497/?format=api",
    "airdate": "2025-07-02T03:47:44-07:00",
    "show": 63896,
    "show_uri": "https://api.kexp.org/v2/shows/63896/?format=api",
    "image_uri": "https://ia600202.us.archive.org/13/items/mbid-c223c68c-2ec9-3355-8280-c476f242efd9/mbid-c223c68c-2ec9-3355-8280-c476f242efd9-1650393739_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/13/items/mbid-c223c68c-2ec9-3355-8280-c476f242efd9/mbid-c223c68c-2ec9-3355-8280-c476f242efd9-1650393739_thumb250.jpg",
    "song": "Don’t Worry About the Government",
    "track_id": "585fc784-2801-3606-9f52-048aad4e31ea",
    "recording_id": "ec39d906-6959-43e9-ac9f-637f13eb4741",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Talking Heads: 77",
    "release_id": "c223c68c-2ec9-3355-8280-c476f242efd9",
    "release_group_id": "d99084ee-de04-3ba1-8203-5f1a7e5355ee",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1989-01-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.pastemagazine.com/music/talking-heads/talking-heads-dont-worry-about-the-government-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}