Information about plays

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

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

{
    "id": 3657377,
    "uri": "https://api.kexp.org/v2/plays/3657377/?format=api",
    "airdate": "2026-05-20T20:54:13-07:00",
    "show": 66770,
    "show_uri": "https://api.kexp.org/v2/shows/66770/?format=api",
    "image_uri": "https://coverartarchive.org/release/3a81fab2-a263-4116-a628-53e882b9e9e9/22074178251-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3a81fab2-a263-4116-a628-53e882b9e9e9/22074178251-250.jpg",
    "song": "Hurry On Sundown",
    "track_id": null,
    "recording_id": "845ef5a1-f4f8-4af3-93c6-264287a939bb",
    "artist": "Hawkwind",
    "artist_ids": [
        "5a28f8c2-31fb-4047-ae57-c5c326989262"
    ],
    "album": "Hawkwind",
    "release_id": null,
    "release_group_id": "aeed00da-1866-31ca-9d92-584f7aee8ad2",
    "labels": [
        "Liberty"
    ],
    "label_ids": [
        "f1452309-a828-4665-a70c-aacdf94d154b"
    ],
    "release_date": "1970-08-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hawkwind has been covered by several artists including Kula Shaker, Vetiver, Moon Duo and Psychic TV.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}