Information about plays

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

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

{
    "id": 3645865,
    "uri": "https://api.kexp.org/v2/plays/3645865/?format=api",
    "airdate": "2026-04-23T19:12:40-07:00",
    "show": 66533,
    "show_uri": "https://api.kexp.org/v2/shows/66533/?format=api",
    "image_uri": "https://coverartarchive.org/release/17f0cfa4-2237-4a64-8ec5-988d116308eb/1050462300-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/17f0cfa4-2237-4a64-8ec5-988d116308eb/1050462300-250.jpg",
    "song": "Moonshake",
    "track_id": null,
    "recording_id": "0e8ffea2-44fe-4390-9d6e-7da0d5929eb6",
    "artist": "Can",
    "artist_ids": [
        "13501c7d-d181-45ba-af52-5f101d8516a0"
    ],
    "album": "Moonshake",
    "release_id": null,
    "release_group_id": "0f7f7036-2752-42f6-8170-1b59e1934091",
    "labels": [
        "Cherry Red Records"
    ],
    "label_ids": [
        "0a866b14-bfd8-4e74-b451-ada9fc713329"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Moonshake\" is a song by the krautrock band Can, on their 1973 album Future Days. Unusually for this album, known for its ambient, lengthy tracks, the song is short and has a pop structure, and was released as a single.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}