Information about plays

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

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

{
    "id": 3584018,
    "uri": "https://api.kexp.org/v2/plays/3584018/?format=api",
    "airdate": "2025-11-28T08:47:01-08:00",
    "show": 65230,
    "show_uri": "https://api.kexp.org/v2/shows/65230/?format=api",
    "image_uri": "https://ia600607.us.archive.org/22/items/mbid-6774ad7f-1f15-4c5b-be15-a88dc835aa06/mbid-6774ad7f-1f15-4c5b-be15-a88dc835aa06-21667639316_thumb500.jpg",
    "thumbnail_uri": "https://ia800607.us.archive.org/22/items/mbid-6774ad7f-1f15-4c5b-be15-a88dc835aa06/mbid-6774ad7f-1f15-4c5b-be15-a88dc835aa06-21667639316_thumb250.jpg",
    "song": "(Get a) Grip (On Yourself)",
    "track_id": "f28db5a9-b44d-4d0d-b6cd-e604a8702cb1",
    "recording_id": "b1609503-e12c-41f6-926b-8dab8a32a665",
    "artist": "The Stranglers",
    "artist_ids": [
        "a96d82a0-cdca-40bf-b4c8-3d7ec178d85b"
    ],
    "album": "Living in Oblivion: The 80's Greatest Hits, Volume 1",
    "release_id": "6774ad7f-1f15-4c5b-be15-a88dc835aa06",
    "release_group_id": "f5929a14-eb86-323e-8bb1-3c90c284e6ab",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Stranglers' first single, it reached number 44 in the UK Singles Chart. The song was written by Hugh Cornwell, and featured steel mill worker Eric Clarke on saxophone. \n--\nWow! Simple Minds joined The Stranglers for a live performance of this song: https://www.youtube.com/watch?v=CWjrLPH2-Ps",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}