Information about plays

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

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

{
    "id": 3568416,
    "uri": "https://api.kexp.org/v2/plays/3568416/?format=api",
    "airdate": "2025-10-22T07:37:01-07:00",
    "show": 64902,
    "show_uri": "https://api.kexp.org/v2/shows/64902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sugar Man",
    "track_id": "45f89aac-d140-3671-90a7-72a92092b0ea",
    "recording_id": "bdd9d18a-2e82-403d-b184-8b14831e5cef",
    "artist": "Rodriguez",
    "artist_ids": [
        "8898cd01-b0c5-41bd-9699-0845fc73efc1"
    ],
    "album": "Cold Fact",
    "release_id": "d0097f7f-bf31-499f-b6f9-15756488bda2",
    "release_group_id": "25d9f5f8-ece0-311c-bf2a-092f26315e0e",
    "labels": [
        "Sussex"
    ],
    "label_ids": [
        "feb8b4fb-5ac8-447c-b09c-a9329d39d63b"
    ],
    "release_date": "1970-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Detroit-born musician Sixto Diaz Rodriguez was the subject of the Oscar-winning \"Searching for Sugar Man.\" http://sugarman.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}