Information about plays

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

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

{
    "id": 3621533,
    "uri": "https://api.kexp.org/v2/plays/3621533/?format=api",
    "airdate": "2026-02-24T02:55:29-08:00",
    "show": 66016,
    "show_uri": "https://api.kexp.org/v2/shows/66016/?format=api",
    "image_uri": "https://coverartarchive.org/release/10a62595-5f98-4a8e-82a5-bd2e3be40f09/41375689482-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/10a62595-5f98-4a8e-82a5-bd2e3be40f09/41375689482-250.jpg",
    "song": "net30",
    "track_id": null,
    "recording_id": "44128407-d3e8-46ef-8f03-97c3d764fc12",
    "artist": "username",
    "artist_ids": [
        "17d77311-8d76-4005-b9a1-4d0b379a1c5c"
    ],
    "album": "epiphanies",
    "release_id": null,
    "release_group_id": "4521df9d-b027-4a31-a7d2-af8d1ead28bf",
    "labels": [
        "LIKEWISE"
    ],
    "label_ids": [
        "d15b44b5-490f-42af-b036-c3ebdea53ca1"
    ],
    "release_date": "2025-02-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Awesome Bryson Tiller edit\n\nhttps://username.bandcamp.com/album/epiphanies",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}