Information about plays

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

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

{
    "id": 3589360,
    "uri": "https://api.kexp.org/v2/plays/3589360/?format=api",
    "airdate": "2025-12-10T13:53:46-08:00",
    "show": 65340,
    "show_uri": "https://api.kexp.org/v2/shows/65340/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Slow Burn",
    "track_id": "806e057c-d3ac-45ef-a5c3-f864692fef80",
    "recording_id": "811266e0-4ac4-46bc-acf1-5e56797e452b",
    "artist": "Ikonika",
    "artist_ids": [
        "378ec256-8919-4771-bfe5-3f46f4ae3469"
    ],
    "album": "SAD",
    "release_id": "5e06d55a-5922-414b-b4bd-0e369d052db4",
    "release_group_id": "a9b28e5c-f404-4100-adfb-3f4b9b0e931d",
    "labels": [
        "Hyperdub"
    ],
    "label_ids": [
        "d73fd0e0-8799-4506-ad1b-6342bf46fc77"
    ],
    "release_date": "2025-11-28",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ikonika, also known as Sara Chen, have just released their first full album for Hyperdub in eight years. Here's a review of \"SAD\": https://daily.bandcamp.com/album-of-the-day/ikonika-sad-review",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}