Information about plays

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

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

{
    "id": 3586754,
    "uri": "https://api.kexp.org/v2/plays/3586754/?format=api",
    "airdate": "2025-12-04T14:12:15-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "1-800 Suicide",
    "track_id": "bf60f839-2fbe-4d4c-b9e1-9d946f41f5f3",
    "recording_id": "ce091901-7d70-47c4-9e28-416c364ebcad",
    "artist": "Gravediggaz",
    "artist_ids": [
        "7010fbf2-cbfd-4625-b0ef-a7efb9285320"
    ],
    "album": "6 Feet Deep",
    "release_id": "23396f94-0888-4003-95d1-1d0c96ce2674",
    "release_group_id": "d6f1ef7d-64e1-39fc-be5b-f2d57afa3a45",
    "labels": [
        "Gee Street"
    ],
    "label_ids": [
        "505f2aad-aa7b-4df5-9e58-fbf3855db6db"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gravediggaz brought together Prince Paul (The Undertaker), Frukwan (The Gatekeeper), Too Poetic (The Grym Reaper) and RZA (The RZArector)\n--\nProducer Prince Paul directly sampled the hook from Booker T. & the MG’s \"Sunny.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}