Information about plays

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

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

{
    "id": 3607263,
    "uri": "https://api.kexp.org/v2/plays/3607263/?format=api",
    "airdate": "2026-01-21T15:16:56-08:00",
    "show": 65716,
    "show_uri": "https://api.kexp.org/v2/shows/65716/?format=api",
    "image_uri": "https://coverartarchive.org/release/a4f2d077-6232-43f7-bf17-cd38a5af56cd/23447021060-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a4f2d077-6232-43f7-bf17-cd38a5af56cd/23447021060-250.jpg",
    "song": "Moving the River",
    "track_id": null,
    "recording_id": "a2466297-d1f8-41f0-85dd-ec26e66ea0e6",
    "artist": "Prefab Sprout",
    "artist_ids": [
        "1fd87f72-5fbf-4cad-bd9d-f2fec1359cfc"
    ],
    "album": "Steve McQueen",
    "release_id": null,
    "release_group_id": "7cd79fc6-5c15-3aa7-85af-87ea206712ca",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1985-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brothers Paddy and Martin McAloon called themselves the Dick Diver Band for a year before changing their name to Prefab Sprout, because “all the groups had names like that.” Here's alook at this Newcastle, England group: https://www.pastemagazine.com/music/prefab-sprout/there-it-is-and-there-we-are-prefab-sprouts-steve-mcqueen-at-40\n--\nWatch a live performance of \"Moving the River\" in Munich in 1985: https://www.youtube.com/watch?v=BNAQ1I5Q1S0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}