Information about plays

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

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

{
    "id": 3554470,
    "uri": "https://api.kexp.org/v2/plays/3554470/?format=api",
    "airdate": "2025-09-18T05:01:20-07:00",
    "show": 64592,
    "show_uri": "https://api.kexp.org/v2/shows/64592/?format=api",
    "image_uri": "https://ia600705.us.archive.org/19/items/mbid-ad36e3d3-0717-4545-9d0a-e76a8a575b24/mbid-ad36e3d3-0717-4545-9d0a-e76a8a575b24-20190019089_thumb500.jpg",
    "thumbnail_uri": "https://dn721806.ca.archive.org/0/items/mbid-ad36e3d3-0717-4545-9d0a-e76a8a575b24/mbid-ad36e3d3-0717-4545-9d0a-e76a8a575b24-20190019089_thumb250.jpg",
    "song": "If You Were Here",
    "track_id": "bc41f891-e880-3692-838f-b574c6e82fa5",
    "recording_id": "6066fc11-6f59-4859-a761-e08acf30d092",
    "artist": "Thompson Twins",
    "artist_ids": [
        "228af6b5-f691-4ed2-a63b-10cc6fcc1144"
    ],
    "album": "Greatest Hits",
    "release_id": "ad36e3d3-0717-4545-9d0a-e76a8a575b24",
    "release_group_id": "9af75364-8152-32d1-b991-794981679d0f",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1996-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning & welcome to Early with Eva Walker. \n\n\"That's why they call them crushes. If they were easy, they'd call 'em something else.\"\n\nThis song from 1984's \"Sixteen Candles,\" a movie about suffering from every embarrassment possible, and your parents forgetting your birthday. The official trailer: www.youtube.com/watch?v=HGLtBJupFFM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}