Information about plays

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

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

{
    "id": 3632914,
    "uri": "https://api.kexp.org/v2/plays/3632914/?format=api",
    "airdate": "2026-03-24T00:11:36-07:00",
    "show": 66264,
    "show_uri": "https://api.kexp.org/v2/shows/66264/?format=api",
    "image_uri": "https://coverartarchive.org/release/e3f459ac-81cc-4303-b44c-577603c0f74f/20319876718-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e3f459ac-81cc-4303-b44c-577603c0f74f/20319876718-250.jpg",
    "song": "Melody Unfair (Panda Bear Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Avey Tare",
    "artist_ids": [
        "22568c9d-8ef3-4224-b994-8e0658e1082a"
    ],
    "album": "Essence of Eucalyptus",
    "release_id": null,
    "release_group_id": "9d17babe-b768-4ac4-8476-0868d368e84c",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2018-07-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - Animal Collective member Avey Tare remixed by band mate Panda Bear",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}