Information about plays

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

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

{
    "id": 3438770,
    "uri": "https://api.kexp.org/v2/plays/3438770/?format=api",
    "airdate": "2024-12-16T07:59:18-08:00",
    "show": 62125,
    "show_uri": "https://api.kexp.org/v2/shows/62125/?format=api",
    "image_uri": "https://ia903407.us.archive.org/4/items/mbid-92dca6b8-1cc6-3742-95ec-0b0b6db77c26/mbid-92dca6b8-1cc6-3742-95ec-0b0b6db77c26-34168734287_thumb500.jpg",
    "thumbnail_uri": "https://ia903407.us.archive.org/4/items/mbid-92dca6b8-1cc6-3742-95ec-0b0b6db77c26/mbid-92dca6b8-1cc6-3742-95ec-0b0b6db77c26-34168734287_thumb250.jpg",
    "song": "Amen Omen",
    "track_id": "166c750a-5831-3ed6-bb26-351617e3e838",
    "recording_id": "0eb1f186-4ee4-4ca3-b797-455b99889980",
    "artist": "Ben Harper",
    "artist_ids": [
        "1582a5b8-538e-45e7-9ae4-4099439a0e79"
    ],
    "album": "Diamonds on the Inside",
    "release_id": "92dca6b8-1cc6-3742-95ec-0b0b6db77c26",
    "release_group_id": "4b51f67d-6848-39ed-b142-ba571fd19ddd",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "2003-12-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For a gripping live performance, watch Ben Harper in the KEXP studio in 2016: https://www.youtube.com/watch?v=6Y4tEymZPw4\n--\n\"What started as a whisper,\nSlowly turned in to a scream.\nSearching for an answer\nWhere the question is unseen.\"  Here are the lyrics to \"Amen Omen\": https://bit.ly/3yKxNTt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}