Information about plays

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

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

{
    "id": 3621948,
    "uri": "https://api.kexp.org/v2/plays/3621948/?format=api",
    "airdate": "2026-02-25T03:13:58-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Venus",
    "track_id": "c9ded39c-ebc0-35c4-bc62-6de0fe50dd0c",
    "recording_id": "61a811f9-3140-483c-9689-8b1cbe4cb785",
    "artist": "Television",
    "artist_ids": [
        "490bde43-5edb-4a93-b3b3-7a0465fd8909"
    ],
    "album": "Marquee Moon",
    "release_id": "5fb363d1-3bee-44ce-acfc-43fdb0d7c4aa",
    "release_group_id": "2b9f99d8-becf-3fc3-86a6-2bdd4cef93fe",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2003-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Good Morning, Abbie. Can you give a shout to my friend Lauren and her baby Olive in Seattle. With a song from Television or David Byrne dedicated to a very tired mum. Damian -Charlotte",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}