Information about plays

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

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

{
    "id": 3542512,
    "uri": "https://api.kexp.org/v2/plays/3542512/?format=api",
    "airdate": "2025-08-20T14:45:53-07:00",
    "show": 64340,
    "show_uri": "https://api.kexp.org/v2/shows/64340/?format=api",
    "image_uri": "https://ia601807.us.archive.org/6/items/mbid-bc9b4d1a-422f-47ca-9644-e56cf01a8d5a/mbid-bc9b4d1a-422f-47ca-9644-e56cf01a8d5a-9323762678_thumb500.jpg",
    "thumbnail_uri": "https://ia801807.us.archive.org/6/items/mbid-bc9b4d1a-422f-47ca-9644-e56cf01a8d5a/mbid-bc9b4d1a-422f-47ca-9644-e56cf01a8d5a-9323762678_thumb250.jpg",
    "song": "Volcano Girls",
    "track_id": "57f82ff4-f485-3753-b531-6a2e6eacfca3",
    "recording_id": "69a5017e-af93-4f9d-84e0-e1061a7229dc",
    "artist": "Veruca Salt",
    "artist_ids": [
        "86e8e21a-d29f-47d2-bbf0-e079f7044e71"
    ],
    "album": "Eight Arms to Hold You",
    "release_id": "bc9b4d1a-422f-47ca-9644-e56cf01a8d5a",
    "release_group_id": "dfe06cd6-a36f-35df-b10c-79cd1ae1e893",
    "labels": [
        "Outpost Recordings"
    ],
    "label_ids": [
        "bd577d0f-2ef6-4d42-a392-ffcca1f35afb"
    ],
    "release_date": "1997-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Veruca Salt is an alt rock band founded in Chicago in 1992 by vocalist-guitarists Nina Gordon and Louise Post, drummer Jim Shapiro and bassist Steve Lack. The group is named after the character Veruca Salt from the 1964 children's book \"Charlie and the Chocolate Factory.\" \n--\nSee the band performing \"Volcano Girls\" in the video for the song: https://www.youtube.com/watch?v=qyVSKydUxKk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}