Information about plays

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

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

{
    "id": 3550072,
    "uri": "https://api.kexp.org/v2/plays/3550072/?format=api",
    "airdate": "2025-09-07T14:34:28-07:00",
    "show": 64500,
    "show_uri": "https://api.kexp.org/v2/shows/64500/?format=api",
    "image_uri": "https://ia801303.us.archive.org/20/items/mbid-60729919-1891-47e1-92e1-081e36671fea/mbid-60729919-1891-47e1-92e1-081e36671fea-11136513759_thumb500.jpg",
    "thumbnail_uri": "https://ia801303.us.archive.org/20/items/mbid-60729919-1891-47e1-92e1-081e36671fea/mbid-60729919-1891-47e1-92e1-081e36671fea-11136513759_thumb250.jpg",
    "song": "God Is a DJ",
    "track_id": "3ece92ff-1b76-3fbb-9fa2-d4bda9b600a5",
    "recording_id": "24cd92c9-d7c6-4297-bba3-2c4f46a5b06a",
    "artist": "Faithless",
    "artist_ids": [
        "23d9d74d-c95e-46a6-be26-a6075c49747a"
    ],
    "album": "Forever Faithless: The Greatest Hits",
    "release_id": "60729919-1891-47e1-92e1-081e36671fea",
    "release_group_id": "45367dc9-09c6-32dc-af3c-aa72566497dc",
    "labels": [
        "Sony BMG Music Entertainment",
        "Cheeky Records"
    ],
    "label_ids": [
        "f9ada3ae-3081-44df-8581-ca27a3462b68",
        "a1a1d3ce-4a27-41da-ac03-ac1e58e72203"
    ],
    "release_date": "2005-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Maxwell Alexander Fraser (Maxi Jazz) passed in 2022 at the age of 65. He was a founding member of Faithless.\n\nThis track can be found on their 1998 album \"Sunday 8PM\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}