Information about plays

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

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

{
    "id": 3632515,
    "uri": "https://api.kexp.org/v2/plays/3632515/?format=api",
    "airdate": "2026-03-22T21:54:35-07:00",
    "show": 66254,
    "show_uri": "https://api.kexp.org/v2/shows/66254/?format=api",
    "image_uri": "https://coverartarchive.org/release/71e7da0d-cd90-4c18-9d74-727fb82877a8/27411526035-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/71e7da0d-cd90-4c18-9d74-727fb82877a8/27411526035-250.jpg",
    "song": "The Spell (Charles Webster vocal mix)",
    "track_id": null,
    "recording_id": "71cb3841-3c2e-4b8d-b30d-6d79cb188b6f",
    "artist": "Charles Webster feat. Ingrid Chavez",
    "artist_ids": [
        "5c1fc72f-5bb3-4f87-8155-17dabca1d16b",
        "8ed57795-dcff-4957-9bc6-0b91d225d497"
    ],
    "album": "The Spell",
    "release_id": null,
    "release_group_id": "792b0629-f73d-4e4a-8b05-567bd03039b7",
    "labels": [
        "Dimensions Recordings"
    ],
    "label_ids": [
        "e09ee2fe-6e1d-469d-a879-485511150cf3"
    ],
    "release_date": "2020-09-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Charles Webster original with Ingrid Chavez on voclas!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}