Information about plays

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

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

{
    "id": 3569269,
    "uri": "https://api.kexp.org/v2/plays/3569269/?format=api",
    "airdate": "2025-10-24T07:44:35-07:00",
    "show": 64918,
    "show_uri": "https://api.kexp.org/v2/shows/64918/?format=api",
    "image_uri": "https://dn710000.ca.archive.org/0/items/mbid-31eb0922-5c4a-4aa9-bdb9-428b4008a3b9/mbid-31eb0922-5c4a-4aa9-bdb9-428b4008a3b9-34480605306_thumb500.jpg",
    "thumbnail_uri": "https://dn710000.ca.archive.org/0/items/mbid-31eb0922-5c4a-4aa9-bdb9-428b4008a3b9/mbid-31eb0922-5c4a-4aa9-bdb9-428b4008a3b9-34480605306_thumb250.jpg",
    "song": "Just Like Honey",
    "track_id": "e4de7525-cf65-3dee-b766-6fa3bd0b90d5",
    "recording_id": "ec22ad2c-e2c5-4d73-9cee-a5091950128c",
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Psychocandy",
    "release_id": "31eb0922-5c4a-4aa9-bdb9-428b4008a3b9",
    "release_group_id": "7534461f-d5ed-3ab0-b5a8-48d7f9b49c70",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1985-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Speaking of Scottish bands...\nHere's the official music video for \"Just Like Honey\": https://www.youtube.com/watch?v=7EgB__YratE\n--\nThe drum intro is quite famous; it was borrowed from \"Be My Baby,\" a 1963 hit by The Ronettes.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}