Information about plays

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

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

{
    "id": 3574322,
    "uri": "https://api.kexp.org/v2/plays/3574322/?format=api",
    "airdate": "2025-11-05T13:18:42-08:00",
    "show": 65030,
    "show_uri": "https://api.kexp.org/v2/shows/65030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dallas Major",
    "track_id": null,
    "recording_id": null,
    "artist": "Lily Allen",
    "artist_ids": [],
    "album": "West End Girl",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "BMG"
    ],
    "label_ids": [],
    "release_date": "2025-10-25",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "English singer Lily Allen's fifth album, \"West End Girl,\" her first in seven years, has just been released. It's a breakup album and the subject of a New Yorker article, published yesterday: https://www.newyorker.com/culture/pop-music/the-dishy-operatics-of-lily-allens-breakup-album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}