Information about plays

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

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

{
    "id": 3412860,
    "uri": "https://api.kexp.org/v2/plays/3412860/?format=api",
    "airdate": "2024-10-15T08:50:43-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kiss Them for Me",
    "track_id": "db40f55b-1962-35b7-b647-626f6091f175",
    "recording_id": "8ee08888-5cf0-4498-a522-44cd6106e362",
    "artist": "Siouxsie and the Banshees",
    "artist_ids": [
        "78ea5ea1-3c4d-4b7e-ac5d-68900319ebe2"
    ],
    "album": "Superstition",
    "release_id": "9c4be941-0ffc-3afd-9324-336071c789c6",
    "release_group_id": "bf20ea19-0c0f-358e-b94a-00d351ef1da4",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1991-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Siouxsie wrote this song as a tribute to Jayne Mansfield, the late actress and pin-up girl, who starred opposite Cary Grant in the 1957 film “Kiss Them for Me.” Mansfield died tragically in a car accident at the age 34. In the chorus, Siouxsie references her death: “Nothing or no one/ will ever make me let you down’ Kiss them for me/ I may be delayed Kiss them for me/ if I am delayed…”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}