Information about plays

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

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

{
    "id": 3587990,
    "uri": "https://api.kexp.org/v2/plays/3587990/?format=api",
    "airdate": "2025-12-07T09:37:37-08:00",
    "show": 65313,
    "show_uri": "https://api.kexp.org/v2/shows/65313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Things Get Better",
    "track_id": null,
    "recording_id": "44fe94ea-6ac2-4204-affb-9a78c14b229c",
    "artist": "The Artwoods",
    "artist_ids": [
        "297ef98d-7d0b-4616-9f54-8aafc8339a69"
    ],
    "album": "Art Gallery",
    "release_id": null,
    "release_group_id": "ff24530a-9eaf-3826-8449-25bfda43e69f",
    "labels": [
        "Repertoire Records"
    ],
    "label_ids": [
        "e6681297-3e77-4e96-a219-724d0de9c2e7"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Co-writer\n\nEssential ‘60s British beat, R&B, Mod album from 1966 by this band fronted by Art Wood (elder brother of Birds/Rolling Stones/Faces guitarist Ronnie) and featuring a young, pre-Deep Purple Jon Lord on organ, plus Keef Hartley (John Mayall’s Bluesbreakers) on drums, Derek Griffiths on guitar and Malcolm Pool on bass\nhttps://guerssen.com/product/art-gallery/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}