Information about plays

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

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

{
    "id": 3549176,
    "uri": "https://api.kexp.org/v2/plays/3549176/?format=api",
    "airdate": "2025-09-05T09:43:24-07:00",
    "show": 64479,
    "show_uri": "https://api.kexp.org/v2/shows/64479/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Believe in You",
    "track_id": null,
    "recording_id": null,
    "artist": "Ladytron",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ladytron are back with a new single, \"I Believe in You,\" out today, Friday, September 5th. Their last album, \"Time's Arrow,\" came out in 2023.  \n--\n In the Daniel Hunt-directed “I Believe In You” video, a bunch of dancers go into convulsions in an extremely red room.: https://www.youtube.com/watch?v=C1ZZagt0cDg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}