Information about plays

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

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

{
    "id": 3569501,
    "uri": "https://api.kexp.org/v2/plays/3569501/?format=api",
    "airdate": "2025-10-24T20:20:20-07:00",
    "show": 64923,
    "show_uri": "https://api.kexp.org/v2/shows/64923/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wicked",
    "track_id": null,
    "recording_id": null,
    "artist": "Tamera",
    "artist_ids": [
        "3e59a6d8-163d-41f6-a081-dfdd636346b8"
    ],
    "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": "Tamera Cuthbert, professionally known as Tamera Foster is an English singer who competed in the tenth series of The X Factor in 2013. She was the eighth contestant eliminated and was subsequently signed to a Syco Music record deal.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}