Information about plays

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

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

{
    "id": 3622732,
    "uri": "https://api.kexp.org/v2/plays/3622732/?format=api",
    "airdate": "2026-02-26T21:21:46-08:00",
    "show": 66038,
    "show_uri": "https://api.kexp.org/v2/shows/66038/?format=api",
    "image_uri": "https://coverartarchive.org/release/f203895b-c4df-424c-ac63-81a89adc174c/7454807481-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f203895b-c4df-424c-ac63-81a89adc174c/7454807481-250.jpg",
    "song": "Merry Go Round of Life",
    "track_id": null,
    "recording_id": null,
    "artist": "Platina Jazz",
    "artist_ids": [
        "bd3017a7-cabd-43cc-9d7b-974872f29193"
    ],
    "album": "Freedom PIANO STORIES 4",
    "release_id": null,
    "release_group_id": "acb34db1-d33c-3847-86de-ac66cfdf939f",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "bb4b1e6f-0c29-48d5-83d0-38aeb8b3de7a"
    ],
    "release_date": "2005-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mamoru Fujisawa, known professionally as Joe Hisaishi, is a legendary Japanese composer, musical director, conductor and pianist, known for over 100 film scores and solo albums dating back to 1981, and also known for his collaborative work with Oscar-winning director and Studio Ghibli founder Hayao Miyazaki.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}