Information about plays

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

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

{
    "id": 3617611,
    "uri": "https://api.kexp.org/v2/plays/3617611/?format=api",
    "airdate": "2026-02-14T22:55:33-08:00",
    "show": 65936,
    "show_uri": "https://api.kexp.org/v2/shows/65936/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Then We Kissed",
    "track_id": null,
    "recording_id": "b8a8c2d0-be21-460e-860d-dbda5b3b4bb0",
    "artist": "Skip Church",
    "artist_ids": [
        "5a464a2d-05d3-4ab0-ad6a-a4a68b93bd17"
    ],
    "album": "Out of Tune, in Touch With the Devil",
    "release_id": null,
    "release_group_id": "24c235fc-c64d-4105-b03c-d83a1bd6d88b",
    "labels": [
        "Randy Records"
    ],
    "label_ids": [
        "d462527b-ceb4-492c-b52e-4a715b049876"
    ],
    "release_date": "2017-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago, IL band featuring Joe Schorgl of The Sueves.\n\nhttps://skipchurch.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}