Information about plays

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

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

{
    "id": 3572183,
    "uri": "https://api.kexp.org/v2/plays/3572183/?format=api",
    "airdate": "2025-10-31T10:41:44-07:00",
    "show": 64983,
    "show_uri": "https://api.kexp.org/v2/shows/64983/?format=api",
    "image_uri": "https://coverartarchive.org/release/e9a3f1cb-d336-421d-8305-4a7290993851/10969541975-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e9a3f1cb-d336-421d-8305-4a7290993851/10969541975-250.jpg",
    "song": "Ghost",
    "track_id": null,
    "recording_id": "714497db-98be-4ef5-8014-40372b5c9158",
    "artist": "Phish",
    "artist_ids": [
        "e01646f2-2a04-450d-8bf2-0d993082e058"
    ],
    "album": "The Story of the Ghost",
    "release_id": null,
    "release_group_id": "c5b5fbd7-9702-3b16-bcd7-5116220ca401",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1998-10-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1998, The Story of the Ghost is Phish's seventh full-length album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}