Information about plays

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

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

{
    "id": 3592249,
    "uri": "https://api.kexp.org/v2/plays/3592249/?format=api",
    "airdate": "2025-12-17T11:11:35-08:00",
    "show": 65402,
    "show_uri": "https://api.kexp.org/v2/shows/65402/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Think You’re a Man",
    "track_id": "77d3b566-5f50-3c53-8e20-a01c68a3e67d",
    "recording_id": "09af02f1-6237-4727-9cd1-65bdc8ca46b5",
    "artist": "The Vaselines",
    "artist_ids": [
        "a70b63fd-cae7-4a5f-b338-b18343f3ee2f"
    ],
    "album": "The Way of the Vaselines: A Complete History",
    "release_id": "d16fceb3-9852-41d3-b9be-8d50fd110ae7",
    "release_group_id": "0fef4586-3d04-3a1a-adba-334ce092e11c",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1992-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Formed in Glasgow in 1987, The Vaselines released two singles and one album, Dum Dum, on the 53rd & 3rd label. Splitting up in 1989 (in the same week their album was released), they might have faded into obscurity but for the intervention of a certain band from Seattle. Nirvana covered three Vaselines songs, helping to fuel a growing after-the-fact appreciation of their seedy, two-and-a-half chord, garage pop manifesto.\" \n\nhttps://www.subpop.com/artists/the_vaselines",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}