Information about plays

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

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

{
    "id": 3594192,
    "uri": "https://api.kexp.org/v2/plays/3594192/?format=api",
    "airdate": "2025-12-21T20:09:03-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "https://coverartarchive.org/release/af508c9c-88a6-4533-8345-f43f4251d66e/15688461720-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/af508c9c-88a6-4533-8345-f43f4251d66e/15688461720-250.jpg",
    "song": "Digital Display",
    "track_id": null,
    "recording_id": "d3800ced-5c25-4994-aeec-000014bf549c",
    "artist": "Ready for the World",
    "artist_ids": [
        "b7a15023-91c9-4157-acad-f6a2d04132ad"
    ],
    "album": "Ready for the World",
    "release_id": null,
    "release_group_id": "2a9cdb34-19ef-3feb-9d44-d0bf9ce15ebc",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1985-09-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ready For The World were an r&b/funk band from Flint Michigan, fronted by singer Melvin Riley. They had a #1 hit on the Billboard Hot 100 in 1985 with their song \"Oh Sheila\". \"Digital Display\" shared space on Ready for the World's self-titled debut album.\n\nMembers of Ready for the World include: Melvin Riley, Gordon Strozier, Gregory Potts, Willie Triplett, John Eaton, Gerald Valentine, and David Lyve.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}