Information about plays

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

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

{
    "id": 3550662,
    "uri": "https://api.kexp.org/v2/plays/3550662/?format=api",
    "airdate": "2025-09-09T01:24:32-07:00",
    "show": 64514,
    "show_uri": "https://api.kexp.org/v2/shows/64514/?format=api",
    "image_uri": "https://coverartarchive.org/release/b238bfc1-15ed-4038-ad47-6352c0113f9b/28143144889-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b238bfc1-15ed-4038-ad47-6352c0113f9b/28143144889-250.jpg",
    "song": "BIPP",
    "track_id": null,
    "recording_id": "199e2d83-9696-4d12-a979-1b4a7282b5a9",
    "artist": "SOPHIE",
    "artist_ids": [
        "774b02d7-5056-4b0f-9d69-a82b6ae27cde"
    ],
    "album": "BIPP",
    "release_id": null,
    "release_group_id": "ba64fe6e-c2da-41e7-8c07-a0856839cc5a",
    "labels": [
        "Numbers."
    ],
    "label_ids": [
        "48156ade-ac70-49b0-aad0-3e06b74bc5a7"
    ],
    "release_date": "2015-11-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP SOPHIE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}