Information about plays

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

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

{
    "id": 3556105,
    "uri": "https://api.kexp.org/v2/plays/3556105/?format=api",
    "airdate": "2025-09-21T23:35:32-07:00",
    "show": 64627,
    "show_uri": "https://api.kexp.org/v2/shows/64627/?format=api",
    "image_uri": "https://coverartarchive.org/release/a2766bc9-f391-456f-91bd-5adfa715d96b/31600245838-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a2766bc9-f391-456f-91bd-5adfa715d96b/31600245838-250.jpg",
    "song": "Love Is the Drug (Todd Terje disco dub)",
    "track_id": null,
    "recording_id": "f6cc6abc-0c07-4233-a839-13f95e76296a",
    "artist": "Roxy Music",
    "artist_ids": [
        "331ce348-1b08-40b9-8ed7-0763b92bd003"
    ],
    "album": "Love Is the Drug",
    "release_id": null,
    "release_group_id": "3d8c4f0a-4cb8-379d-9cd7-d6a615ce914e",
    "labels": [
        "The Vinyl Factory"
    ],
    "label_ids": [
        "c1c5c110-79bd-41f3-b979-bb4bc574b3d6"
    ],
    "release_date": "1975-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Roxy Music's \"Siren\" came out on this day in 1975, and featured the iconic song \"Love Is the Drug\"\n\nIn 2012, The VInyl Factory released a 12\" single featuring remixes of \"Love Is The Drug\" by Todd Terje, and Roxy Music's \"Avalon\" by Lindstrom & Prins Thomas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}