Information about plays

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

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

{
    "id": 3578022,
    "uri": "https://api.kexp.org/v2/plays/3578022/?format=api",
    "airdate": "2025-11-14T09:47:48-08:00",
    "show": 65105,
    "show_uri": "https://api.kexp.org/v2/shows/65105/?format=api",
    "image_uri": "https://dn710607.ca.archive.org/0/items/mbid-4c5bc77c-8747-4abc-84f0-c48bfae58e2c/mbid-4c5bc77c-8747-4abc-84f0-c48bfae58e2c-27079126777_thumb500.jpg",
    "thumbnail_uri": "https://dn710607.ca.archive.org/0/items/mbid-4c5bc77c-8747-4abc-84f0-c48bfae58e2c/mbid-4c5bc77c-8747-4abc-84f0-c48bfae58e2c-27079126777_thumb250.jpg",
    "song": "Listen Like Thieves",
    "track_id": "5ad9954b-b24e-34e4-a638-35f0c0bf6efe",
    "recording_id": "c5d62786-7b1b-406b-8905-6d828709d213",
    "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": "Earlier this year, INXS's Kirk Pengilly reflected on this album's 40th anniversary: https://au.rollingstone.com/music/music-news/kirk-pengilly-interview-40th-anniversary-listen-like-thieves-76578/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}