Information about plays

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

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

{
    "id": 3520523,
    "uri": "https://api.kexp.org/v2/plays/3520523/?format=api",
    "airdate": "2025-06-29T20:44:46-07:00",
    "show": 63876,
    "show_uri": "https://api.kexp.org/v2/shows/63876/?format=api",
    "image_uri": "https://ia903102.us.archive.org/1/items/mbid-737dac21-0e68-38da-a2c5-49c20d477301/mbid-737dac21-0e68-38da-a2c5-49c20d477301-24731890534_thumb500.jpg",
    "thumbnail_uri": "https://ia803102.us.archive.org/1/items/mbid-737dac21-0e68-38da-a2c5-49c20d477301/mbid-737dac21-0e68-38da-a2c5-49c20d477301-24731890534_thumb250.jpg",
    "song": "Listen to Me",
    "track_id": "7fc56d92-05de-3555-976e-885f5026f7d0",
    "recording_id": "5bfb3248-3be4-44d5-a9e5-ae939d20b3d6",
    "artist": "Baby Huey",
    "artist_ids": [
        "66c03e40-2337-4952-8b27-afcbc68a6e5a"
    ],
    "album": "The Baby Huey Story: The Living Legend",
    "release_id": "737dac21-0e68-38da-a2c5-49c20d477301",
    "release_group_id": "dd16dcca-8aff-3ae8-b5cd-861e2ab4213e",
    "labels": [
        "Water"
    ],
    "label_ids": [
        "315653ce-0008-4aff-9811-bb886ff9b8f8"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Baby Huey's (the stage name for James Thomas Ramey) 1971 album, 'Baby Huey, The Living Legend' was released posthumously. The influential artist passed away on October 28th, 1970 at the age of 26.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}