Information about plays

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

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

{
    "id": 3578486,
    "uri": "https://api.kexp.org/v2/plays/3578486/?format=api",
    "airdate": "2025-11-15T12:41:02-08:00",
    "show": 65118,
    "show_uri": "https://api.kexp.org/v2/shows/65118/?format=api",
    "image_uri": "https://ia800408.us.archive.org/26/items/mbid-0bd0ea4e-2236-4fc1-b08b-a9239f30cdfd/mbid-0bd0ea4e-2236-4fc1-b08b-a9239f30cdfd-6596312654_thumb500.jpg",
    "thumbnail_uri": "https://ia800408.us.archive.org/26/items/mbid-0bd0ea4e-2236-4fc1-b08b-a9239f30cdfd/mbid-0bd0ea4e-2236-4fc1-b08b-a9239f30cdfd-6596312654_thumb250.jpg",
    "song": "Horse Pills",
    "track_id": "8d6a38b9-4b2e-4b0a-918d-df9399c3744c",
    "recording_id": "aebff3fb-ab83-4042-b48c-660732fd4414",
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "Thirteen Tales From Urban Bohemia",
    "release_id": "0bd0ea4e-2236-4fc1-b08b-a9239f30cdfd",
    "release_group_id": "86870fef-fddd-390c-a639-85720706e0d8",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}