Information about plays

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

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

{
    "id": 3618600,
    "uri": "https://api.kexp.org/v2/plays/3618600/?format=api",
    "airdate": "2026-02-17T06:08:56-08:00",
    "show": 65956,
    "show_uri": "https://api.kexp.org/v2/shows/65956/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wraith Pinned to the Mist and Other Games",
    "track_id": "c31b0069-9909-36f7-9fc5-8f7daf5d78cb",
    "recording_id": "ae1c3769-1249-408e-ac93-0eca50bfa26c",
    "artist": "of Montreal",
    "artist_ids": [
        "8475297d-fb78-4630-8d74-9b87b6bb7cc8"
    ],
    "album": "The Sunlandic Twins",
    "release_id": "09d5b61d-d9d4-4d78-9b63-c07039ddef92",
    "release_group_id": "d0b72322-9f88-3b55-a761-279b083d1c9d",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2005-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Despite the name, they're not Canadian. This Athens, Georgia band, founded by frontperson Kevin Barnes in 1996, was named after a failed romance between Barnes and a woman \"of Montreal\". They may be \"the best band you never heard in your life.\"\nhttps://ofmontreal.bandcamp.com/\n==\nCheck out the official music video for the beautifully-named \"Wraith Pinned to the Mist and Other Games\": https://www.youtube.com/watch?v=L8cCPH1qnYI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}