Information about plays

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

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

{
    "id": 3550024,
    "uri": "https://api.kexp.org/v2/plays/3550024/?format=api",
    "airdate": "2025-09-07T12:01:23-07:00",
    "show": 64500,
    "show_uri": "https://api.kexp.org/v2/shows/64500/?format=api",
    "image_uri": "https://ia801308.us.archive.org/14/items/mbid-081ea37e-db59-4332-8cd2-ad020cb93af6/mbid-081ea37e-db59-4332-8cd2-ad020cb93af6-11059969477_thumb500.jpg",
    "thumbnail_uri": "https://ia801308.us.archive.org/14/items/mbid-081ea37e-db59-4332-8cd2-ad020cb93af6/mbid-081ea37e-db59-4332-8cd2-ad020cb93af6-11059969477_thumb250.jpg",
    "song": "The Chain",
    "track_id": "8cb7cee2-b274-46f0-9b23-9f5d3911b77c",
    "recording_id": "cd06c484-9319-4376-a104-504871e19756",
    "artist": "Fleetwood Mac",
    "artist_ids": [
        "bd13909f-1c29-4c27-a874-d4aaf27c5b1a"
    ],
    "album": "Rumours",
    "release_id": "081ea37e-db59-4332-8cd2-ad020cb93af6",
    "release_group_id": "416bb5e5-c7d1-3977-8fd7-7c9daf6c2be6",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1977-02-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the only Fleetwood Mac song credited to all five members of their 1977 lineup. Since various pieces were assembled to make the song, they all had some contribution.\n\nhttps://www.songfacts.com/facts/fleetwood-mac/the-chain",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}