Information about plays

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

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

{
    "id": 3592677,
    "uri": "https://api.kexp.org/v2/plays/3592677/?format=api",
    "airdate": "2025-12-18T12:29:10-08:00",
    "show": 65410,
    "show_uri": "https://api.kexp.org/v2/shows/65410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Spreads",
    "track_id": "3c20ec62-6edc-3799-9cc3-9e84f32badbe",
    "recording_id": "ee2e5d2f-f39f-4616-a4fd-17054d2842f8",
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "Second Coming",
    "release_id": "785abe21-1194-4db3-8e4e-108345a74626",
    "release_group_id": "78142b2a-fa4d-32f6-aef2-915efb1ad4b4",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Love Spreads\" is the last song on their album, 'Second Coming'. It challenges the traditional view of Jesus by describing a black woman as Jesus, being crucified.\n\nThere are two music videos for \"Love Spreads\". The original UK version, directed by Mike Clark and the Stone Roses, consisted of home footage. There are scenes of Mani, Squire, and Brown dressed as a chicken, the devil, and Death respectively. These scenes were interspliced with hidden images.\n\nGeffen and MTV were unsatisfied with the quality of the first video, so Steven Hanft at Propaganda Films directed a second video for American audiences.\n\nCheck out the music video here:\nhttps://www.youtube.com/watch?v=ct-qa6SjRZo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}