Information about plays

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

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

{
    "id": 3577184,
    "uri": "https://api.kexp.org/v2/plays/3577184/?format=api",
    "airdate": "2025-11-12T10:02:01-08:00",
    "show": 65089,
    "show_uri": "https://api.kexp.org/v2/shows/65089/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Marrakesh Express",
    "track_id": "2dd0acc1-01fd-45b8-a8cf-b5aa56ea2b28",
    "recording_id": "64bb700d-2563-4d5e-8184-f6e369e324a0",
    "artist": "Crosby, Stills & Nash",
    "artist_ids": [
        "cfafad90-b736-4c74-8ded-f3f4d7b2c792"
    ],
    "album": "Crosby, Stills & Nash",
    "release_id": "092d0ef1-8340-4459-8596-c59367137dc9",
    "release_group_id": "a2735d5f-27c0-3176-85df-e77f669dcca1",
    "labels": [
        "Atlantic",
        "Rhino"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2006-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://crosbystillsnash.com/\n\nMarrakesh is a city in Morocco famous for leather goods. The \"Marrakesh Express\" is the train Graham Nash took on a trip there from Casablanca in 1966. The lyrics are filled with the sights, sounds and vibes that he encountered.\nBefore he left The Hollies in 1968, Graham Nash offered this song to the band, but his bandmates rejected it as being not commercial enough. Their refusal to record this and other tunes he wrote was one of the main reasons Nash left the band and moved to Los Angeles to join up with Crosby and Stills.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}