Information about plays

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

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

{
    "id": 3556072,
    "uri": "https://api.kexp.org/v2/plays/3556072/?format=api",
    "airdate": "2025-09-21T21:35:53-07:00",
    "show": 64627,
    "show_uri": "https://api.kexp.org/v2/shows/64627/?format=api",
    "image_uri": "https://coverartarchive.org/release/cc96bf2a-48d3-3976-b250-ef9da66a648b/6987732877-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cc96bf2a-48d3-3976-b250-ef9da66a648b/6987732877-250.jpg",
    "song": "Steroïds",
    "track_id": null,
    "recording_id": "e05761df-d346-4ea9-bcb6-515dd6161f53",
    "artist": "Mr. Oizo, Uffie",
    "artist_ids": [],
    "album": "Lambs Anger",
    "release_id": null,
    "release_group_id": "3d503f0f-f7df-3225-aefe-583305a46f89",
    "labels": [
        "Because Music"
    ],
    "label_ids": [
        "23450486-837c-46a6-8b3f-b22429a0dfe1"
    ],
    "release_date": "2008-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}