Information about plays

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

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

{
    "id": 3640032,
    "uri": "https://api.kexp.org/v2/plays/3640032/?format=api",
    "airdate": "2026-04-09T20:50:07-07:00",
    "show": 66410,
    "show_uri": "https://api.kexp.org/v2/shows/66410/?format=api",
    "image_uri": "https://coverartarchive.org/release/5e10aa50-e5dc-43dc-803f-62a488749aba/34433299828-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5e10aa50-e5dc-43dc-803f-62a488749aba/34433299828-250.jpg",
    "song": "True Blue",
    "track_id": null,
    "recording_id": "97ede6d7-4153-48e9-a9a8-a6d048e650a8",
    "artist": "Yellow Fang",
    "artist_ids": [
        "50e162e6-06c1-4e39-9a90-4d2c544623a9"
    ],
    "album": "The Greatest",
    "release_id": null,
    "release_group_id": "ece615b4-523c-4157-a3fa-c63489324852",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2014-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yellow Fang is a Thai indie, alternative rock and shoegaze band based out of Bangkok, Thailand, formed in 2007. The band consists of Pimporn \"Pang\" Metchanun (Guitar, Vocals), Piyamas \"Pym\" Muenprasartdee (Bass, Vocals) and Praewa Chirapravati Na Ayudhya (Drums and Vocals).\n--\nhttps://yellowfang.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}