Information about plays

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

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

{
    "id": 3546778,
    "uri": "https://api.kexp.org/v2/plays/3546778/?format=api",
    "airdate": "2025-08-30T17:06:04-07:00",
    "show": 64430,
    "show_uri": "https://api.kexp.org/v2/shows/64430/?format=api",
    "image_uri": "https://ia600602.us.archive.org/23/items/mbid-b8fedced-aa54-4a73-a54d-5888726b8367/mbid-b8fedced-aa54-4a73-a54d-5888726b8367-32586888544_thumb500.jpg",
    "thumbnail_uri": "https://dn721903.ca.archive.org/0/items/mbid-b8fedced-aa54-4a73-a54d-5888726b8367/mbid-b8fedced-aa54-4a73-a54d-5888726b8367-32586888544_thumb250.jpg",
    "song": "Music Is My Way of Life (Joey Negro Funk in the Music mix)",
    "track_id": "ac03fff4-109f-49fd-a092-987799ee98e9",
    "recording_id": "aeda8172-586c-4d69-a926-9c7acfe88572",
    "artist": "Patti LaBelle",
    "artist_ids": [
        "f319ec6a-9290-449b-baef-4244809c487a"
    ],
    "album": "Remixed With Love By Joey Negro (Vol. Two)",
    "release_id": "8e8d1e6c-157c-4fb1-a998-d0cf992cc1c2",
    "release_group_id": "5203e1df-eb30-4788-9df5-084ada78e9cf",
    "labels": [
        "Z Records"
    ],
    "label_ids": [
        "c250bdb3-2215-48d6-a24d-b12fe7dd7897"
    ],
    "release_date": "2016-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Is that Christopher Cross and Michael MacDonald I hear in this remix?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}