Information about plays

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

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

{
    "id": 3550362,
    "uri": "https://api.kexp.org/v2/plays/3550362/?format=api",
    "airdate": "2025-09-08T07:37:51-07:00",
    "show": 64508,
    "show_uri": "https://api.kexp.org/v2/shows/64508/?format=api",
    "image_uri": "https://ia801605.us.archive.org/20/items/mbid-c888c137-9f22-45fb-abef-4fd83aca0b45/mbid-c888c137-9f22-45fb-abef-4fd83aca0b45-2273202098_thumb500.jpg",
    "thumbnail_uri": "https://ia801605.us.archive.org/20/items/mbid-c888c137-9f22-45fb-abef-4fd83aca0b45/mbid-c888c137-9f22-45fb-abef-4fd83aca0b45-2273202098_thumb250.jpg",
    "song": "Senior Living",
    "track_id": "5b47ba49-d180-3163-ace6-7dd9aa83e2df",
    "recording_id": "4e27fcce-2a4e-4253-a4c3-0b6935dce938",
    "artist": "Röyksopp",
    "artist_ids": [
        "1c70a3fc-fa3c-4be1-8b55-c3192db8a884"
    ],
    "album": "Senior",
    "release_id": "47fcd1d7-161a-3efd-982a-b05f94217360",
    "release_group_id": "e652f718-4ef0-4ac6-8893-b00eee76ae43",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2010-09-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Röyksopp released their fourth album Senior on this day in 2010!\n\nRöyksopp is a Norwegian electronic music duo out of Tromsø, formed by songwriters, producers, and remixers Torbjørn Brundtland and Svein Berge.\n\nhttps://royksopp.com/home/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}