Information about plays

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

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

{
    "id": 3551642,
    "uri": "https://api.kexp.org/v2/plays/3551642/?format=api",
    "airdate": "2025-09-11T08:46:22-07:00",
    "show": 64532,
    "show_uri": "https://api.kexp.org/v2/shows/64532/?format=api",
    "image_uri": "https://ia601009.us.archive.org/34/items/mbid-26d3816d-afe1-449c-bc91-22488b10142b/mbid-26d3816d-afe1-449c-bc91-22488b10142b-42826765638_thumb500.jpg",
    "thumbnail_uri": "https://dn721805.ca.archive.org/0/items/mbid-26d3816d-afe1-449c-bc91-22488b10142b/mbid-26d3816d-afe1-449c-bc91-22488b10142b-42826765638_thumb250.jpg",
    "song": "Under Duress",
    "track_id": "f4382580-db34-4e6d-8539-d28ccdab14bf",
    "recording_id": "b416db34-d4e2-4ade-9f8b-2dabc0e72271",
    "artist": "Shady Baby",
    "artist_ids": [
        "5534ebbc-af44-4778-af61-c03d27912af3"
    ],
    "album": "Under Duress",
    "release_id": "26d3816d-afe1-449c-bc91-22488b10142b",
    "release_group_id": "ed671d60-36cb-41d7-9f9e-d244440c89cc",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-08-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sam Leaver, guitarist of the Brighton, UK-based band, says:\n“[Under Duress] is about how your state of mind can take hold of who you are, and trying to shake off a version of yourself you didn’t mean to become.”\n\nhttps://shadybaby.bandcamp.com/track/under-duress",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}