Information about plays

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

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

{
    "id": 3579259,
    "uri": "https://api.kexp.org/v2/plays/3579259/?format=api",
    "airdate": "2025-11-17T04:45:17-08:00",
    "show": 65133,
    "show_uri": "https://api.kexp.org/v2/shows/65133/?format=api",
    "image_uri": "https://coverartarchive.org/release/c18b25ca-5b7c-4367-b46a-8eba592fa5b5/38964579595-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c18b25ca-5b7c-4367-b46a-8eba592fa5b5/38964579595-250.jpg",
    "song": "T-Shirt",
    "track_id": null,
    "recording_id": "e32ed5f9-b860-488d-8c71-181168241367",
    "artist": "Blaine Bailey",
    "artist_ids": [
        "7980b10b-aa24-45ab-843b-5f4e205dad30"
    ],
    "album": "Home",
    "release_id": null,
    "release_group_id": "3db3062f-60a9-40bd-a3be-931189b6a5fc",
    "labels": [
        "B.Bailey Productions"
    ],
    "label_ids": [
        "e5c824d9-7c99-4af8-a2ef-3b38dc401d8b"
    ],
    "release_date": "2024-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cherokee\t\n\nBailey began writing and playing his own music at age 13, and his first album, Lost City, was released in 2021, paying tribute to his birthplace and upbringing. His single ‘Cigarettes and Roses’ was featured in the third season of the star-powered FX television series Reservation Dogs, catapulting Bailey into the stratosphere and garnering him national attention.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}