Information about plays

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

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

{
    "id": 3545059,
    "uri": "https://api.kexp.org/v2/plays/3545059/?format=api",
    "airdate": "2025-08-26T12:46:07-07:00",
    "show": 64393,
    "show_uri": "https://api.kexp.org/v2/shows/64393/?format=api",
    "image_uri": "https://ia800309.us.archive.org/22/items/mbid-edbdbbf6-8022-4f98-a93f-9d58a7b32692/mbid-edbdbbf6-8022-4f98-a93f-9d58a7b32692-41190845155_thumb500.jpg",
    "thumbnail_uri": "https://ia800309.us.archive.org/22/items/mbid-edbdbbf6-8022-4f98-a93f-9d58a7b32692/mbid-edbdbbf6-8022-4f98-a93f-9d58a7b32692-41190845155_thumb250.jpg",
    "song": "I Think I’m Paranoid",
    "track_id": "0959b066-f948-34db-a615-38b0de3bfd1f",
    "recording_id": "291791c7-844c-42bc-9cd9-70965d3ada7b",
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "Version 2.0",
    "release_id": "edbdbbf6-8022-4f98-a93f-9d58a7b32692",
    "release_group_id": "e8786e7c-1737-331f-8973-3593f3bde895",
    "labels": [
        "Almo Sounds"
    ],
    "label_ids": [
        "12ad1045-26f3-46de-b7f1-63cc22a31e64"
    ],
    "release_date": "1998-05-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Shirley Manson, born in Edinburgh, Scotland on August 26th, 1966. Here's a recent NY Times feature on \"the unexpected godmother of rock\": https://www.nytimes.com/2025/06/02/style/shirley-manson-the-unexpected-godmother-of-rock.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}