Information about plays

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

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

{
    "id": 3622288,
    "uri": "https://api.kexp.org/v2/plays/3622288/?format=api",
    "airdate": "2026-02-25T21:25:46-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pyramids in the Clouds",
    "track_id": "f30df2db-a47f-46bd-b51e-cdd6901c3cc7",
    "recording_id": "9ac5be39-3d42-468c-ac92-cdf5dbd0e569",
    "artist": "Melody’s Echo Chamber",
    "artist_ids": [
        "a1bcf3fd-dcf9-4437-b4f4-d8a6ab837396"
    ],
    "album": "Emotional Eternal",
    "release_id": "d6066f53-5879-40c4-812a-cc3080d0885f",
    "release_group_id": "3bf2f39a-88eb-4706-9785-46bcaacd2ade",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2022-04-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://melodysechochamber.bandcamp.com/album/emotional-eternal\nhttps://melodysechochamber.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}