Information about plays

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

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

{
    "id": 3548396,
    "uri": "https://api.kexp.org/v2/plays/3548396/?format=api",
    "airdate": "2025-09-03T11:39:41-07:00",
    "show": 64463,
    "show_uri": "https://api.kexp.org/v2/shows/64463/?format=api",
    "image_uri": "https://dn721502.ca.archive.org/0/items/mbid-a866edcc-3e7f-4330-9ffa-b3f4c298b846/mbid-a866edcc-3e7f-4330-9ffa-b3f4c298b846-42636487798_thumb500.jpg",
    "thumbnail_uri": "https://ia800906.us.archive.org/2/items/mbid-a866edcc-3e7f-4330-9ffa-b3f4c298b846/mbid-a866edcc-3e7f-4330-9ffa-b3f4c298b846-42636487798_thumb250.jpg",
    "song": "Rabbit Run",
    "track_id": "a0d6ac50-574e-4e32-a34f-186edde2d610",
    "recording_id": "5b5fe07b-74af-4317-9c4f-65e2c67bc590",
    "artist": "IDLES",
    "artist_ids": [
        "be465d4f-c28d-4ba1-94ab-ebaada7db8af"
    ],
    "album": "Rabbit Run",
    "release_id": "a866edcc-3e7f-4330-9ffa-b3f4c298b846",
    "release_group_id": "200e81f8-66d3-4997-842a-6830bd80276a",
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2025-07-30",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}