Information about plays

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

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

{
    "id": 3632895,
    "uri": "https://api.kexp.org/v2/plays/3632895/?format=api",
    "airdate": "2026-03-23T22:45:15-07:00",
    "show": 66264,
    "show_uri": "https://api.kexp.org/v2/shows/66264/?format=api",
    "image_uri": "https://coverartarchive.org/release/7f1ba735-229b-4848-a2c1-4fed9f1378f8/25603829801-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7f1ba735-229b-4848-a2c1-4fed9f1378f8/25603829801-250.jpg",
    "song": "Heavenly Action (Extended Version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Erasure",
    "artist_ids": [
        "43b58c98-3779-4b04-9a23-1c95cca3a145"
    ],
    "album": "Wonderland",
    "release_id": null,
    "release_group_id": "e3662bdb-a1d4-395a-a33a-a3cf490ce3d6",
    "labels": [
        "Sire"
    ],
    "label_ids": [],
    "release_date": "1986-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - Erasure's debut LP (formed in 1985 by Vince Clarke and Andy Bell)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}