Information about plays

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

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

{
    "id": 3546026,
    "uri": "https://api.kexp.org/v2/plays/3546026/?format=api",
    "airdate": "2025-08-28T21:30:22-07:00",
    "show": 64413,
    "show_uri": "https://api.kexp.org/v2/shows/64413/?format=api",
    "image_uri": "https://coverartarchive.org/release/5af21a0e-3316-41f3-8a8a-8bdefb9b5a13/38040454928-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5af21a0e-3316-41f3-8a8a-8bdefb9b5a13/38040454928-250.jpg",
    "song": "Look Alive",
    "track_id": null,
    "recording_id": "bac08927-434d-4652-9a65-134ed3136a6d",
    "artist": "Hana Vu",
    "artist_ids": [
        "5a75b564-a3ab-42b3-8848-6e4c08f65c3b"
    ],
    "album": "Romanticism",
    "release_id": null,
    "release_group_id": "ff93f052-887d-4164-a9b5-af525809f579",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2024-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New from Hana Vu. \"Romanticism\" focuses on themes of youth and it's embedded grief. “Being young, there's so much that I experience for the first time, all the time. But as I experience more things, I become more desensitized to those things,” Vu explains. “You get wiser–– I feel quite wiser–– but less fervent, less hopeful.” - https://hanavu.bandcamp.com/album/romanticism",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}