Information about plays

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

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

{
    "id": 3539637,
    "uri": "https://api.kexp.org/v2/plays/3539637/?format=api",
    "airdate": "2025-08-13T15:15:26-07:00",
    "show": 64279,
    "show_uri": "https://api.kexp.org/v2/shows/64279/?format=api",
    "image_uri": "https://ia801403.us.archive.org/6/items/mbid-481c10f1-2ee3-4a58-9d9d-6bfd5271c67c/mbid-481c10f1-2ee3-4a58-9d9d-6bfd5271c67c-22564847980_thumb500.jpg",
    "thumbnail_uri": "https://ia601403.us.archive.org/6/items/mbid-481c10f1-2ee3-4a58-9d9d-6bfd5271c67c/mbid-481c10f1-2ee3-4a58-9d9d-6bfd5271c67c-22564847980_thumb250.jpg",
    "song": "Piano Fire",
    "track_id": "afa29cfd-248a-4c02-8aff-ef15cb11e8d1",
    "recording_id": "e2d86478-becf-46c8-9955-604d5bc70191",
    "artist": "Sparklehorse",
    "artist_ids": [
        "45be8e20-3c3c-4e78-98f0-b5bdecf2f703"
    ],
    "album": "It's A Wonderful Life",
    "release_id": "481c10f1-2ee3-4a58-9d9d-6bfd5271c67c",
    "release_group_id": "ac143976-7acc-318e-b5cf-cb9a052be38f",
    "labels": [
        "Capitol Records, Inc."
    ],
    "label_ids": [
        "e63fbdc9-1547-4ffa-96d1-c4e887b6af28"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P., Mark Linkous, who made haunting music as Sparklehorse.  He died in 2010 at age 47,: https://www.theguardian.com/music/2010/mar/09/mark-linkous-obituary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}