Information about plays

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

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

{
    "id": 3564628,
    "uri": "https://api.kexp.org/v2/plays/3564628/?format=api",
    "airdate": "2025-10-13T16:51:26-07:00",
    "show": 64827,
    "show_uri": "https://api.kexp.org/v2/shows/64827/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dragonfly",
    "track_id": null,
    "recording_id": "93f36393-54c5-47d0-b8ed-79c4dafb678e",
    "artist": "Samantha Crain",
    "artist_ids": [
        "44c66117-552e-4e4d-a969-fb0fca779267"
    ],
    "album": "Gumshoe",
    "release_id": null,
    "release_group_id": "be633047-2dae-40ec-8e4d-9f9b6e53f0d1",
    "labels": [
        "Real Kind Records"
    ],
    "label_ids": [
        "e0f1fb88-d776-4df6-b45b-5d2399c9951c"
    ],
    "release_date": "2025-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Samantha Crain is a Choctaw Nation songwriter, musician, producer, and singer from Shawnee, Oklahoma.\n\nHere's a review of the new album by the Oklahoma singer-songwriter: https://americanahighways.org/2025/04/29/review-samantha-crain-gumshoe/\n--\nThe Choctaw are Indigenous people originally based in the Southeastern Woodlands, in what is now Alabama and Mississippi.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}