Information about plays

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

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

{
    "id": 3554252,
    "uri": "https://api.kexp.org/v2/plays/3554252/?format=api",
    "airdate": "2025-09-17T16:36:13-07:00",
    "show": 64588,
    "show_uri": "https://api.kexp.org/v2/shows/64588/?format=api",
    "image_uri": "https://ia804601.us.archive.org/1/items/mbid-95afa72d-e7c3-4827-8415-018dd305aba7/mbid-95afa72d-e7c3-4827-8415-018dd305aba7-30738598123_thumb500.jpg",
    "thumbnail_uri": "https://ia804601.us.archive.org/1/items/mbid-95afa72d-e7c3-4827-8415-018dd305aba7/mbid-95afa72d-e7c3-4827-8415-018dd305aba7-30738598123_thumb250.jpg",
    "song": "Heavy Cross",
    "track_id": "eb9639fd-c75c-4bce-ada3-4ddd34e461e5",
    "recording_id": "17416b8f-4dca-4297-a338-0c09540a1542",
    "artist": "Gossip",
    "artist_ids": [
        "0f96c38b-8e21-4571-afe0-cb11196a8acd"
    ],
    "album": "Music for Men",
    "release_id": "c81b6c79-9449-4c1c-a6bf-948d57c3e820",
    "release_group_id": "cf64fa05-b823-4ab2-830b-518f522a0691",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The single of \"Heavy Cross\" was especially successful in Germany, where despite never reaching #1, it broke the German record for the longest selling track in chart history, having spent 97 weeks on their top 100.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}