Information about plays

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

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

{
    "id": 3543727,
    "uri": "https://api.kexp.org/v2/plays/3543727/?format=api",
    "airdate": "2025-08-23T12:26:24-07:00",
    "show": 64367,
    "show_uri": "https://api.kexp.org/v2/shows/64367/?format=api",
    "image_uri": "https://ia800508.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": "Kiss the Dirt (Falling Down the Mountain)",
    "track_id": "fdf38a08-c75f-3bf8-97b6-21e14374fb29",
    "recording_id": "68b0df7c-c642-4889-83e6-9c9e462a46c6",
    "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": "Hutchence wrote the song with INXS multi-instrumentalist Andrew Farriss, who said, \"When you're a little kid, you play in the dirt. If you've got some dirt to play on, a bit of earth, you might build a sandcastle or you might just dig a hole in your backyard, just messing around. But, you're always going to kiss the dirt in the end. Everything reverts back to the earth in the end. Everything.\" - https://bit.ly/3yMJmvB",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}