Information about plays

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

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

{
    "id": 3570879,
    "uri": "https://api.kexp.org/v2/plays/3570879/?format=api",
    "airdate": "2025-10-28T04:41:36-07:00",
    "show": 64954,
    "show_uri": "https://api.kexp.org/v2/shows/64954/?format=api",
    "image_uri": "https://coverartarchive.org/release/8dc35066-e444-445a-a8c6-bb112f8bc844/4699015773-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8dc35066-e444-445a-a8c6-bb112f8bc844/4699015773-250.jpg",
    "song": "Rapp Snitch Knishes",
    "track_id": null,
    "recording_id": "534bfb31-9e63-40bc-8e91-5418e95b393c",
    "artist": "MF DOOM feat. Mr. Fantastik",
    "artist_ids": [
        "188711ed-c99b-439c-844a-ca831f63a727",
        "fbf641b9-a5e0-4231-8203-8319056ffa39"
    ],
    "album": "MM..FOOD",
    "release_id": null,
    "release_group_id": "ec84ab32-eb41-3d91-a099-7a01c72f21d2",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did they ever find out who Mr. Fantastik was??\n\nhttps://djbooth.net/features/2019-01-15-unsolved-mystery-mf-doom-mr-fantastik",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}