Information about plays

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

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

{
    "id": 3580927,
    "uri": "https://api.kexp.org/v2/plays/3580927/?format=api",
    "airdate": "2025-11-21T06:09:37-08:00",
    "show": 65167,
    "show_uri": "https://api.kexp.org/v2/shows/65167/?format=api",
    "image_uri": "https://ia801502.us.archive.org/8/items/mbid-4b3ad2ee-eae6-411f-9607-064648edad32/mbid-4b3ad2ee-eae6-411f-9607-064648edad32-33261786157_thumb500.jpg",
    "thumbnail_uri": "https://ia601502.us.archive.org/8/items/mbid-4b3ad2ee-eae6-411f-9607-064648edad32/mbid-4b3ad2ee-eae6-411f-9607-064648edad32-33261786157_thumb250.jpg",
    "song": "Ball of Confusion (USA mix)",
    "track_id": "10362491-9e49-4e8a-b8bd-80b9a77e1922",
    "recording_id": "fefad6c5-12a6-4137-882e-eb616fd01e8f",
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Express",
    "release_id": "09f49962-c0f0-4457-b589-053081f0a3cd",
    "release_group_id": "76abb523-ddc9-367e-997b-4d88f9f93da0",
    "labels": [
        "Beggars Group"
    ],
    "label_ids": [
        "b111a130-0d4f-46a1-930e-306fa7785b10"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ball of Confusion was a song was originally performed by the classic soul group The Temptations and written by Rev. Barrett Strong. The song's lyrics refer to the major political issues (corrupt politicians, higher taxes, race riots, broken promises, war, poverty, etc.) that were going on at that time (and some feel still exist today).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}