Information about plays

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

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

{
    "id": 3650538,
    "uri": "https://api.kexp.org/v2/plays/3650538/?format=api",
    "airdate": "2026-05-04T15:55:54-07:00",
    "show": 66630,
    "show_uri": "https://api.kexp.org/v2/shows/66630/?format=api",
    "image_uri": "https://coverartarchive.org/release/b7fc7291-e8f3-4b38-bb50-2a2b69e464b4/23140819071-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b7fc7291-e8f3-4b38-bb50-2a2b69e464b4/23140819071-250.jpg",
    "song": "I Miss You (Dobie Rub, Part 1: Sunshine mix)",
    "track_id": null,
    "recording_id": "ff8f7da4-6229-4174-b849-f3a24caef4a6",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Diamond Collection",
    "release_id": null,
    "release_group_id": "d38ddd60-b9fd-309b-8444-fd67caa3e8d8",
    "labels": [
        "Diamond Sound"
    ],
    "label_ids": [
        "962af360-420e-4c61-a1fc-99d702cd7a0f"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The video for this song was directed by John Kricfalusi. \"I Miss You\" features Björk with ginger hair in animated and live parts of the video. One of Kricfalusi's characters, Jimmy the Idiot Boy, joins her during various parts of the video. Another Kricfalusi character, George Liquor, makes a cameo in one scene and Fred Flintstone also shows up:  https://www.youtube.com/watch?v=cTZ7XZIiT7o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}