Information about plays

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

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

{
    "id": 3659562,
    "uri": "https://api.kexp.org/v2/plays/3659562/?format=api",
    "airdate": "2026-05-25T22:23:12-07:00",
    "show": 66816,
    "show_uri": "https://api.kexp.org/v2/shows/66816/?format=api",
    "image_uri": "https://coverartarchive.org/release/eef8af78-eece-4ba0-8629-fa712ab1b3f7/12923273388-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eef8af78-eece-4ba0-8629-fa712ab1b3f7/12923273388-250.jpg",
    "song": "You Must Be Mad",
    "track_id": null,
    "recording_id": null,
    "artist": "Marine Girls",
    "artist_ids": [
        "4d9c3ade-ba9a-47ad-80bd-9f9e84b4abe1"
    ],
    "album": "Lazy Ways / Beach Party",
    "release_id": null,
    "release_group_id": "36c8c562-0580-3bd2-8604-00ff99e80ca9",
    "labels": [
        "Cherry Red"
    ],
    "label_ids": [],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi Lisa!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}