Information about plays

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

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

{
    "id": 3633617,
    "uri": "https://api.kexp.org/v2/plays/3633617/?format=api",
    "airdate": "2026-03-25T20:28:46-07:00",
    "show": 66279,
    "show_uri": "https://api.kexp.org/v2/shows/66279/?format=api",
    "image_uri": "https://coverartarchive.org/release/68c27a13-97a9-3614-b482-5e6e780bd230/34653586301-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/68c27a13-97a9-3614-b482-5e6e780bd230/34653586301-250.jpg",
    "song": "In Mind",
    "track_id": null,
    "recording_id": null,
    "artist": "Amorphous Androgynous",
    "artist_ids": [
        "cd965133-e2ba-41bc-8659-f74b1f88aad3"
    ],
    "album": "Tales of Ephidrina",
    "release_id": null,
    "release_group_id": "7f531fcb-3d32-3ef0-b92e-cb05b1134c44",
    "labels": [
        "Quigley"
    ],
    "label_ids": [],
    "release_date": "1993-07-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - side project of the veteran British electronic duo Future Sound of London",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}