Information about plays

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

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

{
    "id": 3559030,
    "uri": "https://api.kexp.org/v2/plays/3559030/?format=api",
    "airdate": "2025-09-29T00:14:46-07:00",
    "show": 64695,
    "show_uri": "https://api.kexp.org/v2/shows/64695/?format=api",
    "image_uri": "https://coverartarchive.org/release/a744ac2a-d4c2-4ed2-aff6-397a336b1d8c/18115597328-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a744ac2a-d4c2-4ed2-aff6-397a336b1d8c/18115597328-250.jpg",
    "song": "Birds of a Feather, We Rock Together",
    "track_id": null,
    "recording_id": "1213d7f0-f30f-497b-b09a-6649f0ee4c83",
    "artist": "Vulfpeck feat. Antwaun Stanley",
    "artist_ids": [
        "7d0e8067-10b9-4069-95dc-1110a0fbb877",
        "a32123b8-0dfe-4234-aced-722a0344da13"
    ],
    "album": "Mr. Finish Line",
    "release_id": null,
    "release_group_id": "965c4752-e157-430f-bd03-732929686e1c",
    "labels": [
        "Vulf Records"
    ],
    "label_ids": [
        "c6a53157-9a71-41e2-9777-0bbc69948765"
    ],
    "release_date": "2017-11-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}