Information about plays

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

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

{
    "id": 3581753,
    "uri": "https://api.kexp.org/v2/plays/3581753/?format=api",
    "airdate": "2025-11-23T03:14:20-08:00",
    "show": 65186,
    "show_uri": "https://api.kexp.org/v2/shows/65186/?format=api",
    "image_uri": "https://ia802800.us.archive.org/30/items/mbid-2a788cd1-1bf6-4420-87b9-926921162817/mbid-2a788cd1-1bf6-4420-87b9-926921162817-6350934293_thumb500.jpg",
    "thumbnail_uri": "https://dn710703.ca.archive.org/0/items/mbid-2a788cd1-1bf6-4420-87b9-926921162817/mbid-2a788cd1-1bf6-4420-87b9-926921162817-6350934293_thumb250.jpg",
    "song": "Retreat!",
    "track_id": "6b0faf1f-5d29-4e20-be38-32514287fdcd",
    "recording_id": "5d3060e6-0581-45b5-8637-79667c790d3f",
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "Give the People What They Want",
    "release_id": "2a788cd1-1bf6-4420-87b9-926921162817",
    "release_group_id": "3472ea07-dc2a-4723-bdf9-b70e7666faa1",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2014-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}