Information about plays

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

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

{
    "id": 3542079,
    "uri": "https://api.kexp.org/v2/plays/3542079/?format=api",
    "airdate": "2025-08-19T13:33:11-07:00",
    "show": 64332,
    "show_uri": "https://api.kexp.org/v2/shows/64332/?format=api",
    "image_uri": "https://coverartarchive.org/release/b09c3a1e-61b8-4356-a4df-7f75cb64c69b/37843920708-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b09c3a1e-61b8-4356-a4df-7f75cb64c69b/37843920708-250.jpg",
    "song": "Divisive",
    "track_id": null,
    "recording_id": "f80ca9ee-d2b3-4fc1-9631-27ae810b7e83",
    "artist": "We Have Band",
    "artist_ids": [
        "b83b1cc7-38ea-4a6c-bd87-9853f0034fab"
    ],
    "album": "WHB",
    "release_id": null,
    "release_group_id": "0ee0c0e0-8d9d-469a-82ec-ceafa02b5b13",
    "labels": [
        "WHB Records"
    ],
    "label_ids": [
        "cd236e42-5908-4c7a-bac6-4e34b7c3ee1d"
    ],
    "release_date": "2010-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We Have Band, also known as \"WHB\", was a three-piece electronic music group from Manchester and London consisting of Darren Bancroft and the husband-and-wife duo of Thomas and Dede Wegg-Prosser.\n\nCheck out the official music video for \"Divisive\" here, enjoy:\nhttps://www.youtube.com/watch?v=Ib8isDJtv1w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}