Information about plays

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

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

{
    "id": 3598894,
    "uri": "https://api.kexp.org/v2/plays/3598894/?format=api",
    "airdate": "2026-01-01T16:50:48-08:00",
    "show": 65534,
    "show_uri": "https://api.kexp.org/v2/shows/65534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hiding",
    "track_id": "8c41cee2-3cdb-3e1d-bd6f-c0f582b29a7a",
    "recording_id": "10c79f97-f048-4447-aa29-f9c61249c6d8",
    "artist": "Breakestra",
    "artist_ids": [
        "ff031437-a78e-46f4-88a1-ab876bf0725d"
    ],
    "album": "Hit the Floor",
    "release_id": "3d2d4520-8297-4143-8700-4a0850f87cfc",
    "release_group_id": "17a7fc88-3106-34bb-89d4-4475c2dbbad1",
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "2005-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LA based funk project from Miles Tackett. Get the track here: https://breakestraubiq.bandcamp.com/album/hit-the-floor\n\nhttps://www.breakestra.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}