Information about plays

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

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

{
    "id": 3549218,
    "uri": "https://api.kexp.org/v2/plays/3549218/?format=api",
    "airdate": "2025-09-05T12:29:56-07:00",
    "show": 64480,
    "show_uri": "https://api.kexp.org/v2/shows/64480/?format=api",
    "image_uri": "https://ia903203.us.archive.org/7/items/mbid-a4b3ee9e-bd51-41e5-b73a-04a35bf61c19/mbid-a4b3ee9e-bd51-41e5-b73a-04a35bf61c19-3475337091_thumb500.jpg",
    "thumbnail_uri": "https://ia803203.us.archive.org/7/items/mbid-a4b3ee9e-bd51-41e5-b73a-04a35bf61c19/mbid-a4b3ee9e-bd51-41e5-b73a-04a35bf61c19-3475337091_thumb250.jpg",
    "song": "People Get Real",
    "track_id": "ee893aab-8b17-31af-927b-5c1b19b7958d",
    "recording_id": "61d96c4d-57b3-4b21-b481-06d459093d70",
    "artist": "Saint Etienne",
    "artist_ids": [
        "3997d4a6-c2bd-4191-8406-eb07f0abb5d2"
    ],
    "album": "Foxbase Alpha",
    "release_id": "a4b3ee9e-bd51-41e5-b73a-04a35bf61c19",
    "release_group_id": "726170fb-e4ce-378a-bec4-c74e742920ab",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1992-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Saint Etienne's new album, International, is out today! \n\nInternational is set to be \"their final album-length statement, after the group’s 35-year excursion through pop.\"\n\nhttps://heavenlyrecordings.bandcamp.com/album/saint-etienne-international",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}