Information about plays

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

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

{
    "id": 3555869,
    "uri": "https://api.kexp.org/v2/plays/3555869/?format=api",
    "airdate": "2025-09-21T11:32:16-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?format=api",
    "image_uri": "https://coverartarchive.org/release/183d5524-5ccd-45b0-a023-1234441043a4/42224497689-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/183d5524-5ccd-45b0-a023-1234441043a4/42224497689-250.jpg",
    "song": "Looking Back, I Should Have Been Home More",
    "track_id": null,
    "recording_id": "aca536f2-8783-4da1-8d38-ee13d985f9d2",
    "artist": "Richard Swift",
    "artist_ids": [
        "dd5f8909-245d-458b-833a-cd6b698399ce"
    ],
    "album": "The Novelist",
    "release_id": null,
    "release_group_id": "4f3f66ce-975b-39d4-939b-c5f1829805a8",
    "labels": [
        "Velvet Blue Music"
    ],
    "label_ids": [
        "359708b2-0edb-44d0-a04a-28b6762febab"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The late Portland, Oregon’s debut full length album. Read a retrospective of one of KEXP’s favorites.\nhttps://kexp.org/read/2018/12/13/gift-listening-remembering-richard-swift/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}