Information about plays

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

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

{
    "id": 3542056,
    "uri": "https://api.kexp.org/v2/plays/3542056/?format=api",
    "airdate": "2025-08-19T12:06:49-07:00",
    "show": 64331,
    "show_uri": "https://api.kexp.org/v2/shows/64331/?format=api",
    "image_uri": "https://ia601402.us.archive.org/12/items/mbid-47651943-21e5-4525-8d3e-c4c4b720c754/mbid-47651943-21e5-4525-8d3e-c4c4b720c754-22460864394_thumb500.jpg",
    "thumbnail_uri": "https://ia801402.us.archive.org/12/items/mbid-47651943-21e5-4525-8d3e-c4c4b720c754/mbid-47651943-21e5-4525-8d3e-c4c4b720c754-22460864394_thumb250.jpg",
    "song": "Cut My Skin It Makes Me Human",
    "track_id": "28239762-29d9-4819-b486-60fb1e8e2745",
    "recording_id": "4e48a25d-ef8b-4eac-ba09-087b3b619d0c",
    "artist": "The Gits",
    "artist_ids": [
        "b916a410-ee27-4f15-92ce-1ce2b60e7697"
    ],
    "album": "Frenching the Bully (re-remixed and remastered)",
    "release_id": "8a25e77b-9225-4eba-bbf9-b42e0c5a47af",
    "release_group_id": "95ee3cbb-63da-4365-9454-6161b69015b9",
    "labels": [
        "Broken Rekids"
    ],
    "label_ids": [
        "93c2f4cd-a727-4146-b909-efd41e9eae44"
    ],
    "release_date": "2003-06-17",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoy this KEXP \"Throwaway Style\" feature on The Gits: https://www.kexp.org/read/2025/1/30/throwaway-style-the-gits-mia-zapata-historical-essay/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}