Information about plays

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

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

{
    "id": 3583789,
    "uri": "https://api.kexp.org/v2/plays/3583789/?format=api",
    "airdate": "2025-11-27T20:15:21-08:00",
    "show": 65226,
    "show_uri": "https://api.kexp.org/v2/shows/65226/?format=api",
    "image_uri": "https://coverartarchive.org/release/3723163f-cc6b-4df2-a2a8-556b491c0d19/27545034809-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3723163f-cc6b-4df2-a2a8-556b491c0d19/27545034809-250.jpg",
    "song": "난 알아요 (′92 TV Edit)",
    "track_id": null,
    "recording_id": "8889b18e-2b21-4689-b65f-b4d10f9564a5",
    "artist": "서태지와 아이들",
    "artist_ids": [
        "16a6ff18-4875-4851-94b6-f4f831e73fa7"
    ],
    "album": "Seo Taiji and Boys",
    "release_id": null,
    "release_group_id": "56946299-2041-3758-a3f8-b33636c9300e",
    "labels": [],
    "label_ids": [],
    "release_date": "1992-03-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seo Taiji and Boys was a South Korean music group active from 1992 to 1996. The three members of the boy band, Seo Taiji, Yang Hyun-suk and Lee Juno, experimented with many different genres of popular Western music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}