Information about plays

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

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

{
    "id": 3656142,
    "uri": "https://api.kexp.org/v2/plays/3656142/?format=api",
    "airdate": "2026-05-17T21:39:28-07:00",
    "show": 66745,
    "show_uri": "https://api.kexp.org/v2/shows/66745/?format=api",
    "image_uri": "https://coverartarchive.org/release/4a0efc8f-0d1f-4b7b-848d-151d3b239076/30438815070-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4a0efc8f-0d1f-4b7b-848d-151d3b239076/30438815070-250.jpg",
    "song": "Omnipresence",
    "track_id": null,
    "recording_id": "73d41854-d281-4113-a822-0efd708dda08",
    "artist": "The Future Sound of London",
    "artist_ids": [
        "a1d77dd4-8728-4a47-bdfa-9663d791139c"
    ],
    "album": "Lifeforms",
    "release_id": null,
    "release_group_id": "06e12b5c-2888-3fc7-87ad-ed68c262e41b",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1994-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}