Information about plays

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

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

{
    "id": 3553179,
    "uri": "https://api.kexp.org/v2/plays/3553179/?format=api",
    "airdate": "2025-09-15T00:33:43-07:00",
    "show": 64565,
    "show_uri": "https://api.kexp.org/v2/shows/64565/?format=api",
    "image_uri": "https://coverartarchive.org/release/f27b9cf0-06fd-4c7c-ad81-4024de5617b0/35337891846-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f27b9cf0-06fd-4c7c-ad81-4024de5617b0/35337891846-250.jpg",
    "song": "Umi Says (instrumental)",
    "track_id": null,
    "recording_id": "9cafb4b3-8b14-429f-93ad-cbf1c6fcc422",
    "artist": "Yasiin Bey",
    "artist_ids": [
        "f5c4c27e-5902-4fc0-adfb-7775da3d5363"
    ],
    "album": "Umi Says",
    "release_id": null,
    "release_group_id": "40b4fdfd-4979-4192-b517-2985ec032903",
    "labels": [
        "Rawkus Records"
    ],
    "label_ids": [
        "21a9343c-4a03-4768-8186-569dc03f850c"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}