Information about plays

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

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

{
    "id": 3545053,
    "uri": "https://api.kexp.org/v2/plays/3545053/?format=api",
    "airdate": "2025-08-26T12:24:33-07:00",
    "show": 64393,
    "show_uri": "https://api.kexp.org/v2/shows/64393/?format=api",
    "image_uri": "https://ia600701.us.archive.org/4/items/mbid-3b87f7aa-6fab-4c94-9ee2-7a3af88e0b81/mbid-3b87f7aa-6fab-4c94-9ee2-7a3af88e0b81-18074886495_thumb500.jpg",
    "thumbnail_uri": "https://ia800701.us.archive.org/4/items/mbid-3b87f7aa-6fab-4c94-9ee2-7a3af88e0b81/mbid-3b87f7aa-6fab-4c94-9ee2-7a3af88e0b81-18074886495_thumb250.jpg",
    "song": "Little Dark Age",
    "track_id": "338c7285-4758-4e20-b5fc-775fcb3de4a3",
    "recording_id": "2ed9e30b-e3e7-46db-976e-550cb17965fe",
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "Little Dark Age",
    "release_id": "3b87f7aa-6fab-4c94-9ee2-7a3af88e0b81",
    "release_group_id": "c26a749f-61ad-44bf-b32b-9e13f78a17e4",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2017-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the behind the scenes video for \"Little Dark Age\": https://www.youtube.com/watch?v=xIBe3X2z6jE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}