Information about plays

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

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

{
    "id": 3574189,
    "uri": "https://api.kexp.org/v2/plays/3574189/?format=api",
    "airdate": "2025-11-05T05:19:19-08:00",
    "show": 65027,
    "show_uri": "https://api.kexp.org/v2/shows/65027/?format=api",
    "image_uri": "https://ia801507.us.archive.org/15/items/mbid-ce5ccfab-927b-48aa-bcf6-94e1c112c085/mbid-ce5ccfab-927b-48aa-bcf6-94e1c112c085-43378460658_thumb500.jpg",
    "thumbnail_uri": "https://ia601507.us.archive.org/15/items/mbid-ce5ccfab-927b-48aa-bcf6-94e1c112c085/mbid-ce5ccfab-927b-48aa-bcf6-94e1c112c085-43378460658_thumb250.jpg",
    "song": "In The End",
    "track_id": "2b6e6330-03e6-4902-b764-be86b886eda6",
    "recording_id": "67567760-2008-4c9d-9394-a4d48b94b5d0",
    "artist": "Depeche Mode",
    "artist_ids": [
        "8538e728-ca0b-4321-b7e5-cff6565dd4c0"
    ],
    "album": "In The End",
    "release_id": "ce5ccfab-927b-48aa-bcf6-94e1c112c085",
    "release_group_id": "533b1d48-26ab-49f4-acb4-14e5c7f85cd4",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Depeche Mode‘s upcoming live album, \"Memento Mori: Mexico City,\" will be out on December 5th. It includes four previously unreleased songs from the Memento Mori sessions as bonus tracks including this one.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}