Information about plays

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

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

{
    "id": 3554738,
    "uri": "https://api.kexp.org/v2/plays/3554738/?format=api",
    "airdate": "2025-09-18T20:43:27-07:00",
    "show": 64597,
    "show_uri": "https://api.kexp.org/v2/shows/64597/?format=api",
    "image_uri": "https://coverartarchive.org/release/14ef1f51-5a0d-4737-b6ce-8f27cb72e71d/36588401983-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/14ef1f51-5a0d-4737-b6ce-8f27cb72e71d/36588401983-250.jpg",
    "song": "TOOO LOUD!",
    "track_id": null,
    "recording_id": "21b2737d-bfe3-4f65-aa70-583e8fe2cf5d",
    "artist": "Saya Gray",
    "artist_ids": [
        "b949a783-214b-429d-a184-4e75c0f8be9c"
    ],
    "album": "19 MASTERS",
    "release_id": null,
    "release_group_id": "5a72024a-5fb3-472d-b0f1-9ab5ba473896",
    "labels": [
        "Dirty Hit"
    ],
    "label_ids": [
        "00912541-da5c-400f-9ea5-dde92828aa6a"
    ],
    "release_date": "2022-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Saya Gray is a Canadian artist and musician. Since her first project release, the critically-acclaimed 19 MASTERS, only a couple years ago, Saya Gray has become globally defined by the undefinable – an artist whose work is limitless, beguiling, intimate, exhilarating and truly unlike any other musician releasing songs right now.\n--\nhttps://sayagray.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}