Information about plays

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

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

{
    "id": 3599124,
    "uri": "https://api.kexp.org/v2/plays/3599124/?format=api",
    "airdate": "2026-01-02T06:42:49-08:00",
    "show": 65538,
    "show_uri": "https://api.kexp.org/v2/shows/65538/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gloria",
    "track_id": "c5749a1c-91d8-3ed6-815c-0dc4afa4e6fd",
    "recording_id": "06821d3d-c57c-466a-b0aa-060344945c2f",
    "artist": "Patti Smith",
    "artist_ids": [
        "d135874d-9cae-4fef-97e3-36acbd9f5a26"
    ],
    "album": "Horses",
    "release_id": "15318c61-0849-4bbc-8084-08f499fc1244",
    "release_group_id": "ff8f533c-3cb3-3877-9209-11f433edaad2",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1996-06-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When they shut down the famed Liberty Lunch in Austin, TX - they did it with style...by playing this song live, on repeat, for 24 hours. https://www.texasmonthly.com/arts-entertainment/g-l-o-r-i-a/\n\nalso happy belated to patti smith! December 30, 1946",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}