Information about plays

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

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

{
    "id": 3572149,
    "uri": "https://api.kexp.org/v2/plays/3572149/?format=api",
    "airdate": "2025-10-31T08:35:38-07:00",
    "show": 64982,
    "show_uri": "https://api.kexp.org/v2/shows/64982/?format=api",
    "image_uri": "https://ia803105.us.archive.org/19/items/mbid-e4ae6357-9cd8-47d3-b2b3-9fb339238d05/mbid-e4ae6357-9cd8-47d3-b2b3-9fb339238d05-18827301370_thumb500.jpg",
    "thumbnail_uri": "https://ia803105.us.archive.org/19/items/mbid-e4ae6357-9cd8-47d3-b2b3-9fb339238d05/mbid-e4ae6357-9cd8-47d3-b2b3-9fb339238d05-18827301370_thumb250.jpg",
    "song": "Hells Bells",
    "track_id": "5702ce97-edd0-37bc-b987-095e58c78291",
    "recording_id": "7d794b87-66b3-4ce8-b63d-0602278ef1be",
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "Tales From Slabtown, Volume 2",
    "release_id": "e4ae6357-9cd8-47d3-b2b3-9fb339238d05",
    "release_group_id": "b8eded80-d68a-359a-81ca-978cf8d44102",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This is The Dandy's cover of AC/DC's \"Hells Bells.\" The song was originally written by Angus Young, Malcolm Young, and Brian Johnson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}