Information about plays

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

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

{
    "id": 3610953,
    "uri": "https://api.kexp.org/v2/plays/3610953/?format=api",
    "airdate": "2026-01-30T07:47:15-08:00",
    "show": 65792,
    "show_uri": "https://api.kexp.org/v2/shows/65792/?format=api",
    "image_uri": "https://dn710607.ca.archive.org/0/items/mbid-3e99d83b-1937-43af-be59-88e4253d5d67/mbid-3e99d83b-1937-43af-be59-88e4253d5d67-9577907323_thumb500.jpg",
    "thumbnail_uri": "https://dn710607.ca.archive.org/0/items/mbid-3e99d83b-1937-43af-be59-88e4253d5d67/mbid-3e99d83b-1937-43af-be59-88e4253d5d67-9577907323_thumb250.jpg",
    "song": "Could You Be the One?",
    "track_id": "f1610d98-2d92-3ae9-9b47-9010e6f49002",
    "recording_id": "7a66db63-b800-4788-b88d-78df07c553c2",
    "artist": "Hüsker Dü",
    "artist_ids": [
        "5c4c90a4-539f-4101-83cf-301bc6a94e06"
    ],
    "album": "Warehouse: Songs and Stories",
    "release_id": "3e99d83b-1937-43af-be59-88e4253d5d67",
    "release_group_id": "c3375e84-7473-3623-8545-889f32cc6f2c",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hüsker Dü formed in St. Paul in 1979 after its three members Grant Hart, Greg Norton and Bob Mould met at Cheapo Records in St. Paul.\nHere's a Minnesota Post feature on the trio: https://www.minnpost.com/mnopedia/2024/11/punk-alt-rock-band-husker-du-formed-45-years-ago-in-st-paul/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}