Information about plays

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

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

{
    "id": 3579442,
    "uri": "https://api.kexp.org/v2/plays/3579442/?format=api",
    "airdate": "2025-11-17T14:57:09-08:00",
    "show": 65137,
    "show_uri": "https://api.kexp.org/v2/shows/65137/?format=api",
    "image_uri": "https://dn710706.ca.archive.org/0/items/mbid-f515129c-e02b-4ff6-af1a-aa8e1a081ea8/mbid-f515129c-e02b-4ff6-af1a-aa8e1a081ea8-16111764504_thumb500.jpg",
    "thumbnail_uri": "https://dn710706.ca.archive.org/0/items/mbid-f515129c-e02b-4ff6-af1a-aa8e1a081ea8/mbid-f515129c-e02b-4ff6-af1a-aa8e1a081ea8-16111764504_thumb250.jpg",
    "song": "Poet",
    "track_id": "3776c9e6-cf76-3191-a6a6-9f15455fa9e9",
    "recording_id": "6d0f2180-a88e-4d41-85bc-a0bdbfa72dc1",
    "artist": "Sly & the Family Stone",
    "artist_ids": [
        "b7ec4c54-1f93-4bf2-957f-7b9921ab84ea"
    ],
    "album": "There's a Riot Goin' On",
    "release_id": "f515129c-e02b-4ff6-af1a-aa8e1a081ea8",
    "release_group_id": "d8b8448a-2634-3e92-ac86-cf55e018f825",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1971-11-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"My only weapon is my pen\nAnd the frame of mind I'm in\nI'm a songwriter, a poet\nI'm a songwriter, a poet\nAnd the things I flash on every day\nThey all reflect on what I say\nI'm a songwriter, I'm a poet\nI'm a songwriter, oh yeah, a poet\"\nDe La Soul sampled the hook from \"Poet\" for \"Description.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}