Information about plays

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

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

{
    "id": 3557585,
    "uri": "https://api.kexp.org/v2/plays/3557585/?format=api",
    "airdate": "2025-09-25T13:41:43-07:00",
    "show": 64658,
    "show_uri": "https://api.kexp.org/v2/shows/64658/?format=api",
    "image_uri": "https://ia803207.us.archive.org/31/items/mbid-dad56b0a-69d8-4eab-9931-2cdc09b5edd6/mbid-dad56b0a-69d8-4eab-9931-2cdc09b5edd6-11490209250_thumb500.jpg",
    "thumbnail_uri": "https://ia903207.us.archive.org/31/items/mbid-dad56b0a-69d8-4eab-9931-2cdc09b5edd6/mbid-dad56b0a-69d8-4eab-9931-2cdc09b5edd6-11490209250_thumb250.jpg",
    "song": "Flavor of the Month",
    "track_id": "91984571-ef2b-3ddb-99e0-5f5f0e5483ad",
    "recording_id": "0f11fd2e-df7d-4895-b54b-d44dea5fd796",
    "artist": "Black Sheep",
    "artist_ids": [
        "63034f55-692a-4f3b-a19a-ac2072eac3bb"
    ],
    "album": "A Wolf in Sheep’s Clothing",
    "release_id": "c0f8c76d-8a06-38c5-a26c-29c50fc0196b",
    "release_group_id": "665b56fc-bc01-3fdc-9edc-bcdb8516427a",
    "labels": [],
    "label_ids": [],
    "release_date": "1994-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song sampled multiple elements of Mahavishnu Orchestra's \"You Know You Know.\"  (You might also hear Herb Alpert's trumpet from his song \"In a Little Spanish Town.\")\n--\nThere are sheep, Little Bo Peep, and more in the video for this song: https://www.youtube.com/watch?v=F01fzPwBwc4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}