Information about plays

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

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

{
    "id": 3607764,
    "uri": "https://api.kexp.org/v2/plays/3607764/?format=api",
    "airdate": "2026-01-22T19:34:24-08:00",
    "show": 65726,
    "show_uri": "https://api.kexp.org/v2/shows/65726/?format=api",
    "image_uri": "https://coverartarchive.org/release/a6d8fa59-8c64-43bd-8a4c-341a111d4ac6/41911048136-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a6d8fa59-8c64-43bd-8a4c-341a111d4ac6/41911048136-250.jpg",
    "song": "샐러드",
    "track_id": null,
    "recording_id": "4da00d8e-4bcf-4511-beae-55f1c165bd92",
    "artist": "KIRARA with 장명선",
    "artist_ids": [
        "fb04aa85-29ec-499f-9326-5e49da57f5ec",
        "41ef79f4-e395-4219-bcca-fd7620ef1eff"
    ],
    "album": "키라라",
    "release_id": null,
    "release_group_id": "c7bcda14-c219-4308-ab45-13b619a5468b",
    "labels": [
        "KAMI MUSIC"
    ],
    "label_ids": [
        "6d3f93f8-0c5b-4bb4-a24b-e0d00640fe00"
    ],
    "release_date": "2025-02-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Combination jam + Korean lesson about salad ingredients",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}