Information about plays

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

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

{
    "id": 3572209,
    "uri": "https://api.kexp.org/v2/plays/3572209/?format=api",
    "airdate": "2025-10-31T12:17:36-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "https://ia800701.us.archive.org/6/items/mbid-db4df73a-58f7-47bd-b2c4-b02e50b6da99/mbid-db4df73a-58f7-47bd-b2c4-b02e50b6da99-18011680860_thumb500.jpg",
    "thumbnail_uri": "https://ia800701.us.archive.org/6/items/mbid-db4df73a-58f7-47bd-b2c4-b02e50b6da99/mbid-db4df73a-58f7-47bd-b2c4-b02e50b6da99-18011680860_thumb250.jpg",
    "song": "Devil Inside",
    "track_id": "25f075cd-20aa-4e24-abee-03b62e6e39d6",
    "recording_id": "f5fdfcad-b129-49b2-b01f-e731f4380ac8",
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "Kick",
    "release_id": "2d50bb4c-756c-4336-a546-a6049cd9530f",
    "release_group_id": "ec6bc9d7-01e1-3d58-8e79-960611b26f44",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1987-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1986, Kick is INXS's sixth studio album and the band's best-selling album of all time. \n\nWatch the music video for \"Devil Inside\" here: https://www.youtube.com/watch?v=hv_zJrO_ptk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}