Information about plays

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

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

{
    "id": 3628805,
    "uri": "https://api.kexp.org/v2/plays/3628805/?format=api",
    "airdate": "2026-03-14T13:03:08-07:00",
    "show": 66179,
    "show_uri": "https://api.kexp.org/v2/shows/66179/?format=api",
    "image_uri": "https://coverartarchive.org/release/f7440029-f3e4-43c9-b673-2e5327eb9826/1553282324-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f7440029-f3e4-43c9-b673-2e5327eb9826/1553282324-250.jpg",
    "song": "84’ Dreamin",
    "track_id": null,
    "recording_id": "5cb55f3b-d46e-4624-ae1c-424795ff8c8a",
    "artist": "Com Truise",
    "artist_ids": [
        "51f1ca49-846a-4ef1-b4fa-187ecc88bbe5"
    ],
    "album": "In Decay",
    "release_id": null,
    "release_group_id": "3df293a1-7936-44f7-acae-f636a9651fee",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2012-07-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Producer Com Truise (Seth Haley) is known for his nostalgic synthwave sound, and “84’ Dreamin” from the 2012 compilation In Decay channels hazy ‘80s-style analog synth textures. Read more: https://comtruise.com/ or https://comtruise.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}