Information about plays

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

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

{
    "id": 3543251,
    "uri": "https://api.kexp.org/v2/plays/3543251/?format=api",
    "airdate": "2025-08-22T10:10:30-07:00",
    "show": 64355,
    "show_uri": "https://api.kexp.org/v2/shows/64355/?format=api",
    "image_uri": "https://ia904604.us.archive.org/0/items/mbid-b9743efa-df64-4d1d-87b1-f85ade90504d/mbid-b9743efa-df64-4d1d-87b1-f85ade90504d-18253589346_thumb500.jpg",
    "thumbnail_uri": "https://ia804604.us.archive.org/0/items/mbid-b9743efa-df64-4d1d-87b1-f85ade90504d/mbid-b9743efa-df64-4d1d-87b1-f85ade90504d-18253589346_thumb250.jpg",
    "song": "Freakshow",
    "track_id": "edc3c819-f36f-4976-92f2-520435766452",
    "recording_id": "79793a25-112d-4b1c-ac29-38f2c5d9122f",
    "artist": "Ghostpoet",
    "artist_ids": [
        "0c2393aa-7fe3-4314-81de-b91baf4982c6"
    ],
    "album": "Dark Days + Canapés",
    "release_id": "4466bcc4-bc70-434c-88fa-03fdc9a73474",
    "release_group_id": "a2844fd8-ca9b-450d-a8f6-946dc83704a5",
    "labels": [
        "Play It Again Sam"
    ],
    "label_ids": [
        "3ccd1270-99d3-4b83-a311-6c60e127c866"
    ],
    "release_date": "2017-08-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Freakshow\" comes from Ghostpoet's fourth album, Dark Days + Canapés', from 2017. \n\nGhostpoet is a Doctor of Arts, Mercury Prize nominated musician, poet, DJ, activist and tea addict.\n\nhttps://ghostpoet.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}