Information about plays

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

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

{
    "id": 3577342,
    "uri": "https://api.kexp.org/v2/plays/3577342/?format=api",
    "airdate": "2025-11-12T18:14:30-08:00",
    "show": 65092,
    "show_uri": "https://api.kexp.org/v2/shows/65092/?format=api",
    "image_uri": "https://dn721608.ca.archive.org/0/items/mbid-1ce759f7-641e-409a-994d-5d3531127435/mbid-1ce759f7-641e-409a-994d-5d3531127435-25207136025_thumb500.jpg",
    "thumbnail_uri": "https://dn721608.ca.archive.org/0/items/mbid-1ce759f7-641e-409a-994d-5d3531127435/mbid-1ce759f7-641e-409a-994d-5d3531127435-25207136025_thumb250.jpg",
    "song": "Time",
    "track_id": "23bc77e2-9ce5-40d6-b507-a8cd4824947e",
    "recording_id": "41959321-f2bb-4580-aa19-16248fe665d3",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "The Dark Side of the Moon",
    "release_id": "1ce759f7-641e-409a-994d-5d3531127435",
    "release_group_id": "f5093c06-23e3-404f-aeaa-40f72885ee3a",
    "labels": [
        "Pink Floyd Records"
    ],
    "label_ids": [
        "96772f8e-b725-4f74-a053-921a573fa0e8"
    ],
    "release_date": "2016-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Scott!\n\nTrivia! The lyrics deal with the passage of time – time can slip by, but many people do not realize it until it is too late. Roger Waters got the idea when he realized he was no longer preparing for anything in life, but was right in the middle of it.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}