Information about plays

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

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

{
    "id": 3583915,
    "uri": "https://api.kexp.org/v2/plays/3583915/?format=api",
    "airdate": "2025-11-28T03:52:03-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "https://ia600603.us.archive.org/10/items/mbid-6fbc6c47-df8e-3bbb-94ae-a9643c502bb0/mbid-6fbc6c47-df8e-3bbb-94ae-a9643c502bb0-28891854142_thumb500.jpg",
    "thumbnail_uri": "https://ia800603.us.archive.org/10/items/mbid-6fbc6c47-df8e-3bbb-94ae-a9643c502bb0/mbid-6fbc6c47-df8e-3bbb-94ae-a9643c502bb0-28891854142_thumb250.jpg",
    "song": "Vegetable Man",
    "track_id": "5c241906-5082-3d47-aaf4-8c66726eda84",
    "recording_id": "4a26a6ce-f52a-4bbc-b1c6-5717c96d0ca9",
    "artist": "The Jesus and Mary Chain",
    "artist_ids": [
        "e938a15c-b17e-4e7a-9f68-ff0d536cab44"
    ],
    "album": "Upside Down",
    "release_id": "6fbc6c47-df8e-3bbb-94ae-a9643c502bb0",
    "release_group_id": "23310402-e5c5-496f-8d78-904805bd4f16",
    "labels": [
        "Rough Trade America"
    ],
    "label_ids": [
        "df7754b9-fc08-4f71-a1c7-fd5ea330c051"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The B-side of Upside Down is a cover of the Syd Barrett’s ‘Vegetable Man’, a track not officially released on a Pink Floyd album until 2016’s The Early Years 1965–1972 box set, but a song that caught the imagination of The Jesus and Mary Chain in the 1980s. Their cover is an unmistakable and celebrated version.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}