Information about plays

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

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

{
    "id": 3638883,
    "uri": "https://api.kexp.org/v2/plays/3638883/?format=api",
    "airdate": "2026-04-07T02:32:19-07:00",
    "show": 66388,
    "show_uri": "https://api.kexp.org/v2/shows/66388/?format=api",
    "image_uri": "https://coverartarchive.org/release/aabe9067-fb86-4fcb-b520-e38227884578/44763924339-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/aabe9067-fb86-4fcb-b520-e38227884578/44763924339-250.jpg",
    "song": "Movement",
    "track_id": null,
    "recording_id": "5fc7a9f2-6030-4d3e-ad5d-7d9fb68597c9",
    "artist": "Gabriel Muñoz",
    "artist_ids": [
        "baf0730d-5ed4-4776-b57a-5880b97e838b"
    ],
    "album": "Instinct 38",
    "release_id": null,
    "release_group_id": "1b9263a9-9c44-40bb-aec0-5e445067ba43",
    "labels": [
        "Instinct"
    ],
    "label_ids": [
        "2f07827c-1c24-4055-8cbd-f14f04ca6fc5"
    ],
    "release_date": "2026-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://instinctrecs.bandcamp.com/album/gabriel-munoz-arisen",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}