Information about plays

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

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

{
    "id": 3656562,
    "uri": "https://api.kexp.org/v2/plays/3656562/?format=api",
    "airdate": "2026-05-18T22:14:38-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/d80dcda6-7cb2-4d0c-94aa-3178af844170/42314326754-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d80dcda6-7cb2-4d0c-94aa-3178af844170/42314326754-250.jpg",
    "song": "You You",
    "track_id": null,
    "recording_id": null,
    "artist": "Malaria!",
    "artist_ids": [
        "a81ca3d5-710c-4f09-acc2-9c17abe225a6"
    ],
    "album": "Beat the Distance",
    "release_id": null,
    "release_group_id": "7877a637-7311-42cb-a643-8efde6ea507c",
    "labels": [
        "Rebel Rec."
    ],
    "label_ids": [
        "79b6b1f1-702b-413c-9f76-03c3c837a40c"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Be sure to tune into World Goth Day on KEXP this FRIDAY!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}