Information about plays

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

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

{
    "id": 3551598,
    "uri": "https://api.kexp.org/v2/plays/3551598/?format=api",
    "airdate": "2025-09-11T06:09:46-07:00",
    "show": 64531,
    "show_uri": "https://api.kexp.org/v2/shows/64531/?format=api",
    "image_uri": "https://ia802904.us.archive.org/17/items/mbid-3279ac04-b229-41fd-99b8-abb321e0a0f1/mbid-3279ac04-b229-41fd-99b8-abb321e0a0f1-6900526290_thumb500.jpg",
    "thumbnail_uri": "https://ia902904.us.archive.org/17/items/mbid-3279ac04-b229-41fd-99b8-abb321e0a0f1/mbid-3279ac04-b229-41fd-99b8-abb321e0a0f1-6900526290_thumb250.jpg",
    "song": "All Night Diner",
    "track_id": "ff9b54c0-ea54-32c0-8566-8f526d17467b",
    "recording_id": "76f07c0f-f5b7-4753-b059-67b1424a32ab",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "Building Nothing out of Something",
    "release_id": "3279ac04-b229-41fd-99b8-abb321e0a0f1",
    "release_group_id": "c54bad67-f68f-3813-9855-f7b4908845b2",
    "labels": [
        "Up Records"
    ],
    "label_ids": [
        "95fc5a0f-96a8-49d7-a982-dfa84e0df5b6"
    ],
    "release_date": "2000-01-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "On tour!\n-Troutdale, OR @ McMenamins Edgefiled Amphitheater, September 11\n-Physic Salamander Festival @ Remlinger Farms, September 12-14\n\nhttps://modestmouse.bandcamp.com/track/all-night-diner\n\nhttps://modestmouse.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}