Information about plays

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

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

{
    "id": 3590946,
    "uri": "https://api.kexp.org/v2/plays/3590946/?format=api",
    "airdate": "2025-12-14T09:25:51-08:00",
    "show": 65376,
    "show_uri": "https://api.kexp.org/v2/shows/65376/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Spangled",
    "track_id": null,
    "recording_id": "3163e3c0-0554-4c5d-bcf1-b2ee9f41f1a3",
    "artist": "Fust",
    "artist_ids": [
        "792ff83b-0432-4187-ad95-170d06ea165e"
    ],
    "album": "Big Ugly",
    "release_id": null,
    "release_group_id": "d8230afe-0d57-4c5a-8f57-a1a2eb36a842",
    "labels": [
        "Dear Life Records"
    ],
    "label_ids": [
        "48c03abc-6b4f-4bc1-8562-683972308418"
    ],
    "release_date": "2025-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fust is on tour in 2026! Dates include:\nMar 28 - Billsville West - Walla Walla, WA\nMar 29 - Sunset Tavern - Seattle, WA\nApr 2 - Bottom of the Hill - San Francisco, CA\nMore dates at https://fust.band/tour \n\n\"Beer-fisted radio country from a post-verbal hermit\" from Durham, NC.\nhttps://fust.bandcamp.com/album/big-ugly",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}