Information about plays

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

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

{
    "id": 3546925,
    "uri": "https://api.kexp.org/v2/plays/3546925/?format=api",
    "airdate": "2025-08-30T22:40:10-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "https://coverartarchive.org/release/be077174-e4cf-410f-a49c-09517eda9fc8/41220259490-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/be077174-e4cf-410f-a49c-09517eda9fc8/41220259490-250.jpg",
    "song": "Big Dick Energy",
    "track_id": null,
    "recording_id": "4bd158de-3ae0-4600-95e3-7d08f0e2feb8",
    "artist": "Lambrini Girls",
    "artist_ids": [
        "4eeea7eb-7554-48cb-9e50-c26d434ed9ef"
    ],
    "album": "Who Let the Dogs Out",
    "release_id": null,
    "release_group_id": "31e2c201-6167-4eb6-8432-c83c533425ce",
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2025-01-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Lambrini Girls will be performing at:\n - Great American Music Hall in SF on October 2nd\n - Revolution Hall in Portland on October 4th\n - The Crocodile in Seattle on October 5th\n\nYou can check out footage of their in-studio with us by following the link below:\nhttps://youtu.be/w7BfivzIreo?si=0NLpzaahjfdsDYMa\n\nhttps://www.lambrinigirlsband.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}