Information about plays

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

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

{
    "id": 3545422,
    "uri": "https://api.kexp.org/v2/plays/3545422/?format=api",
    "airdate": "2025-08-27T08:41:26-07:00",
    "show": 64400,
    "show_uri": "https://api.kexp.org/v2/shows/64400/?format=api",
    "image_uri": "https://dn721807.ca.archive.org/0/items/mbid-6ea8bf31-40d4-4bd3-8b74-a457713d1717/mbid-6ea8bf31-40d4-4bd3-8b74-a457713d1717-37919148280_thumb500.jpg",
    "thumbnail_uri": "https://dn721807.ca.archive.org/0/items/mbid-6ea8bf31-40d4-4bd3-8b74-a457713d1717/mbid-6ea8bf31-40d4-4bd3-8b74-a457713d1717-37919148280_thumb250.jpg",
    "song": "Mood Ring",
    "track_id": "19841423-4902-4a2e-9788-79cb5d60acaa",
    "recording_id": "25fc77ba-cc5d-4e62-b50d-3c68ce344619",
    "artist": "Dehd",
    "artist_ids": [
        "d5ccd5b5-44b5-497e-9829-d8f1b69f412c"
    ],
    "album": "Poetry",
    "release_id": "6ea8bf31-40d4-4bd3-8b74-a457713d1717",
    "release_group_id": "1b596224-e7ed-4f2a-8176-4fa20fbd74e4",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2024-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today is my sister Anne's birthday - yay! She's a huge fan and supporter of KEXP. Plus, she's great, kind, and funny.  If you could play a song by Dehd for her birthday, it would be greatly appreciated 💚\n\nLove y'all!\n\nErin in St. Louis",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}