Information about plays

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

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

{
    "id": 3543930,
    "uri": "https://api.kexp.org/v2/plays/3543930/?format=api",
    "airdate": "2025-08-23T21:06:27-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://ia801401.us.archive.org/13/items/mbid-313d1094-2bbb-4a2c-941d-92d530a69c4d/mbid-313d1094-2bbb-4a2c-941d-92d530a69c4d-6727767752_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/13/items/mbid-313d1094-2bbb-4a2c-941d-92d530a69c4d/mbid-313d1094-2bbb-4a2c-941d-92d530a69c4d-6727767752_thumb250.jpg",
    "song": "Youth of America",
    "track_id": "5223a604-f493-391e-bdc9-34508ab42b51",
    "recording_id": "6b6f2ce1-0f93-4465-b952-262f96ccd958",
    "artist": "Wipers",
    "artist_ids": [
        "65aac2dc-216c-4b1a-8501-45567c901c0e"
    ],
    "album": "Wipers Box Set",
    "release_id": "313d1094-2bbb-4a2c-941d-92d530a69c4d",
    "release_group_id": "1cef754a-63e6-3892-a33d-9568f648e619",
    "labels": [
        "Zeno Records"
    ],
    "label_ids": [
        "9b41e54a-d820-44e5-b4df-cc3836323ef8"
    ],
    "release_date": "2001-10-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Youth of America was later reissued on record labels Backbone and Restless, with different covers for each, and on Sage's own Zeno Records as the second disc of the Wipers Box Set, albeit with a different running order to the original vinyl issue.\n\nhttps://zenorecords.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}