Information about plays

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

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

{
    "id": 3656601,
    "uri": "https://api.kexp.org/v2/plays/3656601/?format=api",
    "airdate": "2026-05-19T00:26:27-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/083350c8-4edf-493f-987b-d06ddc5be5fb/39636549793-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/083350c8-4edf-493f-987b-d06ddc5be5fb/39636549793-250.jpg",
    "song": "I Wanna Be Adored",
    "track_id": null,
    "recording_id": "0ea66b04-0988-486d-ba31-979ff3acce77",
    "artist": "The Raveonettes",
    "artist_ids": [
        "79255a50-40df-447f-9612-2cf669080196"
    ],
    "album": "I Wanna Be Adored",
    "release_id": null,
    "release_group_id": "6200d509-df1c-46b7-9188-f5aa2993e54d",
    "labels": [
        "Beat Dies"
    ],
    "label_ids": [],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stone Roses cover!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}