Information about plays

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

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

{
    "id": 3557208,
    "uri": "https://api.kexp.org/v2/plays/3557208/?format=api",
    "airdate": "2025-09-24T14:27:01-07:00",
    "show": 64650,
    "show_uri": "https://api.kexp.org/v2/shows/64650/?format=api",
    "image_uri": "https://ia802903.us.archive.org/3/items/mbid-064e7db2-706a-36fc-a7cc-257d7b2bfc1d/mbid-064e7db2-706a-36fc-a7cc-257d7b2bfc1d-3214128328_thumb500.jpg",
    "thumbnail_uri": "https://ia802903.us.archive.org/3/items/mbid-064e7db2-706a-36fc-a7cc-257d7b2bfc1d/mbid-064e7db2-706a-36fc-a7cc-257d7b2bfc1d-3214128328_thumb250.jpg",
    "song": "(I’m) Stranded",
    "track_id": "6319b66a-aa3f-3ffc-8340-fb43514d015a",
    "recording_id": "63b33fcf-c0f4-4150-9a80-a34dc92a02ac",
    "artist": "The Saints",
    "artist_ids": [
        "0f1e84e4-2417-4f9e-a3f4-6db2cf11a46d"
    ],
    "album": "No Thanks! The ’70s Punk Rebellion",
    "release_id": "064e7db2-706a-36fc-a7cc-257d7b2bfc1d",
    "release_group_id": "cb56519f-2b82-3433-b51e-37af917a875a",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-10-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., Chris Bailey, the Australian singer who, with his band The Saints, introduced Australia to punk rock. He died in 2022 at age 65: https://www.nytimes.com/2022/04/25/arts/music/chris-bailey-dead.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}