Information about plays

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

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

{
    "id": 3573478,
    "uri": "https://api.kexp.org/v2/plays/3573478/?format=api",
    "airdate": "2025-11-03T11:50:23-08:00",
    "show": 65013,
    "show_uri": "https://api.kexp.org/v2/shows/65013/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "9 2 5",
    "track_id": "a06453e2-59b7-458d-9183-4a21637a6e17",
    "recording_id": "7bda4497-5491-4ebe-b479-d5520abb9b9a",
    "artist": "Nourished By Time",
    "artist_ids": [
        "6420dd6b-8232-42db-9cb9-90bec8f40e91"
    ],
    "album": "The Passionate Ones",
    "release_id": "85b2d077-5739-4844-86e6-eed1527b39ac",
    "release_group_id": "a0f0cb15-7873-44f4-a0d5-89f4f11e61fc",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Baltimore, MD.\n\nNourished By Time is the musical project of Baltimore-born artist Marcus Brown, whose emotionally charged blend of post-punk, New Wave, R&B, electro-funk, and experimental indie pop reflects a deeply personal and sharply observational voice. https://bit.ly/43bvee4\n\nhttps://nourishedbytime.bandcamp.com\nhttps://www.nourishedbytime.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}