Information about plays

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

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

{
    "id": 3578682,
    "uri": "https://api.kexp.org/v2/plays/3578682/?format=api",
    "airdate": "2025-11-15T20:47:49-08:00",
    "show": 65121,
    "show_uri": "https://api.kexp.org/v2/shows/65121/?format=api",
    "image_uri": "https://ia800508.us.archive.org/22/items/mbid-437ee8c8-e579-417a-b919-01bab98bb1aa/mbid-437ee8c8-e579-417a-b919-01bab98bb1aa-36447444110_thumb500.jpg",
    "thumbnail_uri": "https://ia800508.us.archive.org/22/items/mbid-437ee8c8-e579-417a-b919-01bab98bb1aa/mbid-437ee8c8-e579-417a-b919-01bab98bb1aa-36447444110_thumb250.jpg",
    "song": "Pink Convertible",
    "track_id": "9200cba8-de54-485d-9b23-5d024849b896",
    "recording_id": "df1d464c-1f8d-4e4a-bcfa-427bfe10d9c2",
    "artist": "Hell Baby",
    "artist_ids": [
        "65dca000-b796-46f6-8721-fca30023004f"
    ],
    "album": "All Babies Go To Hell",
    "release_id": "437ee8c8-e579-417a-b919-01bab98bb1aa",
    "release_group_id": "5843ab50-c6ba-43bc-b331-d60b919a70ac",
    "labels": [
        "Youth Riot"
    ],
    "label_ids": [
        "e76d5482-a531-4336-8417-89ee1240d438"
    ],
    "release_date": "2022-05-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The debut record from Seattle band Hell Baby!\n\nhttps://hellbaby333.bandcamp.com/album/all-babies-go-to-hell",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}