Information about plays

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

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

{
    "id": 3604217,
    "uri": "https://api.kexp.org/v2/plays/3604217/?format=api",
    "airdate": "2026-01-14T09:43:40-08:00",
    "show": 65647,
    "show_uri": "https://api.kexp.org/v2/shows/65647/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Whole Wide World",
    "track_id": "6261b97d-66e2-3d16-811f-cbfb89fc37c8",
    "recording_id": "932fc5e5-e688-4d3e-a383-c3e28e135ea1",
    "artist": "Wreckless Eric",
    "artist_ids": [
        "b80f2162-c04e-400d-bc5f-124eacbd9fd2"
    ],
    "album": "Stranger Than Fiction",
    "release_id": "4dd1f7dc-408d-4f70-b7c9-98b2da8add17",
    "release_group_id": "abb9595d-7b9f-34a0-8170-41af494f74ee",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2006-11-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Buenos Dias! Can i request Wreckless Eric \"Whole Wide World\"\nI donate to support kexp's great cause and also feel connected to the whole wide world . <3\n\nAllie! Requesting from Mexico City",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}