Information about plays

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

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

{
    "id": 3546567,
    "uri": "https://api.kexp.org/v2/plays/3546567/?format=api",
    "airdate": "2025-08-30T04:12:29-07:00",
    "show": 64424,
    "show_uri": "https://api.kexp.org/v2/shows/64424/?format=api",
    "image_uri": "https://ia800705.us.archive.org/22/items/mbid-453ed892-c43f-407b-bd8d-aa07758ab34e/mbid-453ed892-c43f-407b-bd8d-aa07758ab34e-23272652703_thumb500.jpg",
    "thumbnail_uri": "https://ia800705.us.archive.org/22/items/mbid-453ed892-c43f-407b-bd8d-aa07758ab34e/mbid-453ed892-c43f-407b-bd8d-aa07758ab34e-23272652703_thumb250.jpg",
    "song": "Eric B. Never Scared",
    "track_id": "b00225ef-14d9-3a56-941e-007b514d548c",
    "recording_id": "e1059a73-780a-46bc-9e77-d18a903910bb",
    "artist": "Eric B. & Rakim",
    "artist_ids": [
        "925228de-bbe5-4c7b-b76f-78e382ec9148"
    ],
    "album": "Follow the Leader",
    "release_id": "453ed892-c43f-407b-bd8d-aa07758ab34e",
    "release_group_id": "aa42599e-6745-329b-8ef1-0cb53e48f445",
    "labels": [
        "UNI Records"
    ],
    "label_ids": [
        "83dedbf0-9cd7-470a-b317-0bb724785b20"
    ],
    "release_date": "2005-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}