Information about plays

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

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

{
    "id": 3564803,
    "uri": "https://api.kexp.org/v2/plays/3564803/?format=api",
    "airdate": "2025-10-14T02:57:15-07:00",
    "show": 64830,
    "show_uri": "https://api.kexp.org/v2/shows/64830/?format=api",
    "image_uri": "https://ia801601.us.archive.org/19/items/mbid-a3456cda-3a14-4183-850c-c609c971df4a/mbid-a3456cda-3a14-4183-850c-c609c971df4a-9043513655_thumb500.jpg",
    "thumbnail_uri": "https://ia801601.us.archive.org/19/items/mbid-a3456cda-3a14-4183-850c-c609c971df4a/mbid-a3456cda-3a14-4183-850c-c609c971df4a-9043513655_thumb250.jpg",
    "song": "It's a Lie",
    "track_id": "6fe2f1cb-f56f-41aa-922e-0fa4c852cbd9",
    "recording_id": "e6d54804-79d6-404e-a3df-0af4c2cd44ca",
    "artist": "King Khan & The Gris Gris",
    "artist_ids": [
        "2f5ff8ed-3bce-4769-9a46-dba20fa8c73d",
        "f3d71ae6-9b71-4ab9-9e3e-5e36b179c53d"
    ],
    "album": "Murder Burgers",
    "release_id": "a3456cda-3a14-4183-850c-c609c971df4a",
    "release_group_id": "c4aef3a9-4314-40c1-bafc-c9459fce220e",
    "labels": [],
    "label_ids": [],
    "release_date": "2014-12-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}