Information about plays

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

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

{
    "id": 3545620,
    "uri": "https://api.kexp.org/v2/plays/3545620/?format=api",
    "airdate": "2025-08-27T21:14:11-07:00",
    "show": 64404,
    "show_uri": "https://api.kexp.org/v2/shows/64404/?format=api",
    "image_uri": "https://coverartarchive.org/release/782b8d6f-7f0a-4103-8524-f5807bd4a042/10398255634-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/782b8d6f-7f0a-4103-8524-f5807bd4a042/10398255634-250.jpg",
    "song": "To the Water",
    "track_id": null,
    "recording_id": "e573fb9e-9e5b-48bf-b0b1-5a040eaa2edc",
    "artist": "The Shaolin Afronauts",
    "artist_ids": [
        "86140f65-63c8-47cd-84b5-8784a1791d3f"
    ],
    "album": "Follow the Path",
    "release_id": null,
    "release_group_id": "d9f0b234-eaa2-46c5-893c-e98febdc6069",
    "labels": [
        "Freestyle Records"
    ],
    "label_ids": [
        "e772f202-ad19-42e0-8299-ce285dd98e9e"
    ],
    "release_date": "2014-09-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Requester Kyle Sheridan in OR said \"The best way I can think of to describe KEXP is music with empathy and heart. It's a connection and a tightly knit one. \"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}