Information about plays

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

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

{
    "id": 3551325,
    "uri": "https://api.kexp.org/v2/plays/3551325/?format=api",
    "airdate": "2025-09-10T14:24:37-07:00",
    "show": 64526,
    "show_uri": "https://api.kexp.org/v2/shows/64526/?format=api",
    "image_uri": "https://ia600108.us.archive.org/4/items/mbid-d72bf4d7-3bea-38b5-87df-9ef01eb3b14a/mbid-d72bf4d7-3bea-38b5-87df-9ef01eb3b14a-39646210824_thumb500.jpg",
    "thumbnail_uri": "https://ia800108.us.archive.org/4/items/mbid-d72bf4d7-3bea-38b5-87df-9ef01eb3b14a/mbid-d72bf4d7-3bea-38b5-87df-9ef01eb3b14a-39646210824_thumb250.jpg",
    "song": "When I’m Small",
    "track_id": "5afb732f-d8b9-3af6-b179-653872914ed7",
    "recording_id": "769cee17-22ea-42b9-9483-9df9d97780b3",
    "artist": "Phantogram",
    "artist_ids": [
        "dfe78af2-779e-4137-826a-3073a16e3278"
    ],
    "album": "Eyelid Movies",
    "release_id": "d72bf4d7-3bea-38b5-87df-9ef01eb3b14a",
    "release_group_id": "d5d115f4-57ad-4f17-89b3-b11e81e97c42",
    "labels": [
        "Barsuk Records"
    ],
    "label_ids": [
        "a4f904e0-f048-4c13-88ec-f9f31f3e6109"
    ],
    "release_date": "2010-02-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one's for Alexander in the Gathering Space!!\n--\nThis terrific performance for KEXP donors from Seattle's Triple Door in 2013 included \"When I'm Small.\"  Watch all 45 minutes!: https://www.youtube.com/watch?v=OgXwbeVwX1o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}