Information about plays

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

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

{
    "id": 3603846,
    "uri": "https://api.kexp.org/v2/plays/3603846/?format=api",
    "airdate": "2026-01-13T12:41:36-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Maybe Not Tonight",
    "track_id": null,
    "recording_id": null,
    "artist": "Lime Garden",
    "artist_ids": [
        "47d7fd0d-6598-43a0-b7b3-39bfff0d3ce4"
    ],
    "album": "Maybe Not Tonight",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "So Young Records"
    ],
    "label_ids": [],
    "release_date": "2025-11-12",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brighton quartet Lime Garden released this song in November, following the release of their debut album \"One More Thing\" last February. \nThe group described the frenetic, heartbroken single as “the soundtrack to a woman on the edge of making all the wrong choices, it feels like getting punched in the face with the morning after a night out.”: https://www.youtube.com/watch?v=gV2SHgj601o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}