Information about plays

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

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

{
    "id": 3552029,
    "uri": "https://api.kexp.org/v2/plays/3552029/?format=api",
    "airdate": "2025-09-12T08:49:27-07:00",
    "show": 64540,
    "show_uri": "https://api.kexp.org/v2/shows/64540/?format=api",
    "image_uri": "https://ia600508.us.archive.org/21/items/mbid-4c5bc77c-8747-4abc-84f0-c48bfae58e2c/mbid-4c5bc77c-8747-4abc-84f0-c48bfae58e2c-27079126777_thumb500.jpg",
    "thumbnail_uri": "https://ia800508.us.archive.org/21/items/mbid-4c5bc77c-8747-4abc-84f0-c48bfae58e2c/mbid-4c5bc77c-8747-4abc-84f0-c48bfae58e2c-27079126777_thumb250.jpg",
    "song": "This Time",
    "track_id": "dc4ff2f5-485a-34ff-975d-1d16d0527d02",
    "recording_id": "ff3f10d8-c5d3-47d3-9041-36bf6c34662b",
    "artist": "INXS",
    "artist_ids": [
        "481bf5f9-2e7c-4c44-b08a-05b32bc7c00d"
    ],
    "album": "Listen Like Thieves",
    "release_id": "4c5bc77c-8747-4abc-84f0-c48bfae58e2c",
    "release_group_id": "8baeedaf-d4d1-3ec4-9639-224ee93c5568",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2020, Pitchfork revisited INXS's fifth album (1985), calling it a \"pivotal and underrated moment for one of music’s most formidable, hit-making pop-rock bands.\": https://pitchfork.com/reviews/albums/inxs-listen-like-thieves/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}