Information about plays

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

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

{
    "id": 3601928,
    "uri": "https://api.kexp.org/v2/plays/3601928/?format=api",
    "airdate": "2026-01-08T18:31:49-08:00",
    "show": 65597,
    "show_uri": "https://api.kexp.org/v2/shows/65597/?format=api",
    "image_uri": "https://ia600503.us.archive.org/2/items/mbid-fd4b43ef-36d6-4aa6-a893-fc2198c59eb8/mbid-fd4b43ef-36d6-4aa6-a893-fc2198c59eb8-20371444491_thumb500.jpg",
    "thumbnail_uri": "https://ia600503.us.archive.org/2/items/mbid-fd4b43ef-36d6-4aa6-a893-fc2198c59eb8/mbid-fd4b43ef-36d6-4aa6-a893-fc2198c59eb8-20371444491_thumb250.jpg",
    "song": "Beating of Hearts",
    "track_id": "0614d1e5-041d-313a-9af8-5add5ddc3de5",
    "recording_id": "71a666fb-4174-4cc3-80c8-e2fd658ae96e",
    "artist": "XTC",
    "artist_ids": [
        "97c86b2c-2765-46a2-aef8-76a7e24c430f"
    ],
    "album": "Mummer",
    "release_id": "fd4b43ef-36d6-4aa6-a893-fc2198c59eb8",
    "release_group_id": "bb2cab31-fa60-3f3a-b116-9e32a395276d",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2001-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Ted in Brooklyn!\n\nHi Evie, thank you and the rest of the KEXP team for keeping us going forward through these difficult times. Needing some uplift and reassurance that there is good in the world still, if you can fit it in could you please play XTC’s Beating of Hearts. Thank you again.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}