Information about plays

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

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

{
    "id": 3647617,
    "uri": "https://api.kexp.org/v2/plays/3647617/?format=api",
    "airdate": "2026-04-27T23:21:45-07:00",
    "show": 66570,
    "show_uri": "https://api.kexp.org/v2/shows/66570/?format=api",
    "image_uri": "https://coverartarchive.org/release/431b7c55-6fb6-4081-8d1f-cfe3bc4481e5/25322041639-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/431b7c55-6fb6-4081-8d1f-cfe3bc4481e5/25322041639-250.jpg",
    "song": "Land",
    "track_id": null,
    "recording_id": null,
    "artist": "Mick Karn",
    "artist_ids": [
        "0cc52b63-c9bc-4130-81d3-1ca0c31804a7"
    ],
    "album": "Dreams of Reason Produce Monsters",
    "release_id": null,
    "release_group_id": "44886f9f-2555-3604-8209-a8cab0b81af2",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1987-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Second solo album from Japan bassist Mick Karn)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}