Information about plays

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

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

{
    "id": 3633905,
    "uri": "https://api.kexp.org/v2/plays/3633905/?format=api",
    "airdate": "2026-03-26T13:30:35-07:00",
    "show": 66285,
    "show_uri": "https://api.kexp.org/v2/shows/66285/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca60e09a-9f6b-45f1-9555-8827b9666b7e/35451509367-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca60e09a-9f6b-45f1-9555-8827b9666b7e/35451509367-250.jpg",
    "song": "Walk the Dinosaur (from \"Ice Age: Dawn of the Dinosaurs\")",
    "track_id": null,
    "recording_id": "4b73c3a9-3a28-4aac-8a37-4138b151fea9",
    "artist": "Queen Latifah",
    "artist_ids": [
        "7a305f29-539a-456e-93b7-61b0e2ba3ef2"
    ],
    "album": "Walk the Dinosaur",
    "release_id": null,
    "release_group_id": "2d5b23c9-e4a7-4767-a1ea-2d7e7487b056",
    "labels": [
        "Hollywood Records"
    ],
    "label_ids": [
        "6bb7c1b2-cb06-4381-9c59-02b1ae4aa96d"
    ],
    "release_date": "2009-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a cover of a 1987 song by Was (Not Was). \n--\nThe video for the  original featured four scantily-clad \"cavewomen\" dancing before a Flintstones TV: https://www.youtube.com/watch?v=zYKupOsaJmk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}