Information about plays

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

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

{
    "id": 3545457,
    "uri": "https://api.kexp.org/v2/plays/3545457/?format=api",
    "airdate": "2025-08-27T10:47:47-07:00",
    "show": 64401,
    "show_uri": "https://api.kexp.org/v2/shows/64401/?format=api",
    "image_uri": "https://ia801305.us.archive.org/1/items/mbid-2968d580-9907-48f1-900d-99db9ee6914c/mbid-2968d580-9907-48f1-900d-99db9ee6914c-2572106317_thumb500.jpg",
    "thumbnail_uri": "https://ia601305.us.archive.org/1/items/mbid-2968d580-9907-48f1-900d-99db9ee6914c/mbid-2968d580-9907-48f1-900d-99db9ee6914c-2572106317_thumb250.jpg",
    "song": "See No Evil",
    "track_id": "3cb0c35c-cf21-367b-9949-7f96dfe9ab4f",
    "recording_id": "95e65dad-fb95-478b-9a40-37fec8e8848c",
    "artist": "Television",
    "artist_ids": [
        "490bde43-5edb-4a93-b3b3-7a0465fd8909"
    ],
    "album": "Marquee Moon",
    "release_id": "2968d580-9907-48f1-900d-99db9ee6914c",
    "release_group_id": "2b9f99d8-becf-3fc3-86a6-2bdd4cef93fe",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Marc in Austin, TX:\n\n\"Hey y'all! Proud Amplifier here from Austin, TX!\nI listen daily to remember old favorites and discover new artists! \nIf possible, I would love to hear 'Marquee Moon' by Television.\"\n\n(Usually, we love to play \"Marquee Moon,\" but here's a shorter one so we can fit more requests in on Amplifier Love Day!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}