Information about plays

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

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

{
    "id": 3567680,
    "uri": "https://api.kexp.org/v2/plays/3567680/?format=api",
    "airdate": "2025-10-20T16:26:44-07:00",
    "show": 64889,
    "show_uri": "https://api.kexp.org/v2/shows/64889/?format=api",
    "image_uri": "https://coverartarchive.org/release/c54a813a-9708-4942-ac74-18f042468655/14329610736-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c54a813a-9708-4942-ac74-18f042468655/14329610736-250.jpg",
    "song": "Oregano Flow (Hot Sauce Mix)",
    "track_id": null,
    "recording_id": "2920ab14-1860-4f7a-b71e-e0db34fa315c",
    "artist": "Digital Underground",
    "artist_ids": [
        "ff6cb06c-a6e5-4ab9-a5ce-fa2095be45b9"
    ],
    "album": "Future Rhythm",
    "release_id": null,
    "release_group_id": "fa3b5f7a-fed6-3c38-ade0-952ac1cecfbf",
    "labels": [
        "Avex-Critique Records Inc."
    ],
    "label_ids": [
        "f74fc20d-56e7-4834-9211-140463af2292"
    ],
    "release_date": "1996-06-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Digital Underground's leader and mainstay was Gregory \"Shock G\" Jacobs (also known as Humpty Hump). Shock G formed the group in 1987 with Tampa hip-hop radio deejay Kenneth \"Kenny-K\" Waters and Jimi \"Chopmaster J\" Dright of Berkeley, California.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}