Information about plays

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

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

{
    "id": 3632948,
    "uri": "https://api.kexp.org/v2/plays/3632948/?format=api",
    "airdate": "2026-03-24T02:24:17-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/e3e052c3-3019-4fb4-9d6d-d569b9044326/42713653353-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e3e052c3-3019-4fb4-9d6d-d569b9044326/42713653353-250.jpg",
    "song": "Best to You",
    "track_id": null,
    "recording_id": "243ac9a7-3c39-4f31-9c8b-6e0c6dcbe6e9",
    "artist": "Blood Orange",
    "artist_ids": [
        "3d254f1e-7d18-431b-baeb-68e57695dfdb"
    ],
    "album": "Freetown Sound",
    "release_id": null,
    "release_group_id": "28758285-c1e0-4b97-a014-c21bd1c8f5ec",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-06-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third LP from Devonté Hynes performing as Blood Orange - featuring vocals from Lorely Rodriguez (Empress Of)\n\nhttps://bloodorangenyc.bandcamp.com/album/freetown-sound",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}