Information about plays

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

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

{
    "id": 3580774,
    "uri": "https://api.kexp.org/v2/plays/3580774/?format=api",
    "airdate": "2025-11-20T21:03:37-08:00",
    "show": 65164,
    "show_uri": "https://api.kexp.org/v2/shows/65164/?format=api",
    "image_uri": "https://coverartarchive.org/release/5c8f87e8-62e7-440d-b23d-a61090b1e3e5/17261896773-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5c8f87e8-62e7-440d-b23d-a61090b1e3e5/17261896773-250.jpg",
    "song": "Hikari (光)",
    "track_id": null,
    "recording_id": null,
    "artist": "Utada",
    "artist_ids": [
        "b539e453-c4fe-47e3-8a07-8517eac74429"
    ],
    "album": "DEEP RIVER",
    "release_id": null,
    "release_group_id": "cf2eaaeb-e472-3b2a-a643-a01efd24c4e5",
    "labels": [],
    "label_ids": [],
    "release_date": "2002-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hikaru Utada, also known as Utada, is a Japanese and American singer, songwriter, and producer. They are considered to be one of the most influential and best-selling musical artists in Japan. They are best known by international audiences for writing and producing four theme-song contributions to video game series Kingdom Hearts.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}