Information about plays

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

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

{
    "id": 3583727,
    "uri": "https://api.kexp.org/v2/plays/3583727/?format=api",
    "airdate": "2025-11-27T16:41:39-08:00",
    "show": 65225,
    "show_uri": "https://api.kexp.org/v2/shows/65225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Racist, Sexist Boy",
    "track_id": "cddaf2e7-dcee-4e93-ae65-8302d46eddf3",
    "recording_id": "9282480f-7da9-4d69-9437-b21c9169afcd",
    "artist": "The Linda Lindas",
    "artist_ids": [
        "ecd00b8b-f697-4d90-8641-6633af356747"
    ],
    "album": "Growing Up",
    "release_id": "7b046eb5-70b1-4727-8aef-8daa649c36ba",
    "release_group_id": "c6ae5ab2-e785-4cdc-9b27-7add7fada3a7",
    "labels": [
        "Epitaph"
    ],
    "label_ids": [
        "1bfd06be-a6ed-4ced-8159-7d4d2923a40c"
    ],
    "release_date": "2022-04-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Linda Lindas will be live in San Francisco on Fri, March 21 at The Fillmore, and in Seattle on Wed, March 26 at The Showbox.\n\nCheck out their 2021 interview with KEXP:\nhttps://www.kexp.org/read/2021/8/6/futures-so-bright-linda-lindas-on-having-the-most-fun-job-in-the-world/\n\nhttps://www.thelindalindas.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}