Information about plays

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

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

{
    "id": 3544998,
    "uri": "https://api.kexp.org/v2/plays/3544998/?format=api",
    "airdate": "2025-08-26T08:55:27-07:00",
    "show": 64392,
    "show_uri": "https://api.kexp.org/v2/shows/64392/?format=api",
    "image_uri": "https://ia600600.us.archive.org/6/items/mbid-d84e92d3-fd1e-4ef8-ac61-e1dc3b7a35ab/mbid-d84e92d3-fd1e-4ef8-ac61-e1dc3b7a35ab-17429707480_thumb500.jpg",
    "thumbnail_uri": "https://ia600600.us.archive.org/6/items/mbid-d84e92d3-fd1e-4ef8-ac61-e1dc3b7a35ab/mbid-d84e92d3-fd1e-4ef8-ac61-e1dc3b7a35ab-17429707480_thumb250.jpg",
    "song": "Bubba Da",
    "track_id": "7f4f285b-48af-3e9d-826f-72abc153e875",
    "recording_id": "5d09501d-ee4c-49d4-989d-1e2ce71278d1",
    "artist": "The Salteens",
    "artist_ids": [
        "604f63c8-ed92-4234-9544-74e7b0e3e707"
    ],
    "album": "Short-Term Memories",
    "release_id": "6894df20-22c2-3475-9e8c-1bd8be32d4c3",
    "release_group_id": "d34144dc-fbd7-3cd9-a82e-b27c87d0c5a3",
    "labels": [
        "The Lost and Lonesome Recording Co."
    ],
    "label_ids": [
        "323427de-2d37-49a5-a141-41bf7fd43a68"
    ],
    "release_date": "2001-11-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Vancouver!\n\nThe Salteens formed in Vancouver in 1997. Their 2000 debut LP Short-Term Memories was released on Endearing Records. For the next two years the band performed in support of this release, earning a fan base in Canada, Australia, Japan and the United States. Short-Term Memories rose to the top of Canada's national college-radio chart, and was nominated in the category of Best Alternative Album at Canadian Music Week's 2001 Independent Music Awards.\n\nhttps://salteens.bandcamp.com/album/short-term-memories",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}