Information about plays

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

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

{
    "id": 3557040,
    "uri": "https://api.kexp.org/v2/plays/3557040/?format=api",
    "airdate": "2025-09-24T04:51:07-07:00",
    "show": 64646,
    "show_uri": "https://api.kexp.org/v2/shows/64646/?format=api",
    "image_uri": "https://ia801405.us.archive.org/24/items/mbid-f455ce9d-3e8c-3455-96ea-dfa55106617d/mbid-f455ce9d-3e8c-3455-96ea-dfa55106617d-25714050810_thumb500.jpg",
    "thumbnail_uri": "https://ia601405.us.archive.org/24/items/mbid-f455ce9d-3e8c-3455-96ea-dfa55106617d/mbid-f455ce9d-3e8c-3455-96ea-dfa55106617d-25714050810_thumb250.jpg",
    "song": "Sour Cherry",
    "track_id": "aeab82d3-71b1-346c-885b-141ac57b9563",
    "recording_id": "1c1a3157-77ed-4065-a510-87ab642d05db",
    "artist": "The Kills",
    "artist_ids": [
        "2c629b8c-d751-4131-b785-5690bb5e0fd7"
    ],
    "album": "Midnight Boom",
    "release_id": "f455ce9d-3e8c-3455-96ea-dfa55106617d",
    "release_group_id": "c7c6de58-87ce-3e86-9e29-bfdae583e738",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2008-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Am I the only sour cherry on your fruit stand?\"\n--\nWatch The Kills perform \"Sour Cherry\" live at Coachella in 2011: https://www.youtube.com/watch?v=9q-mDrNDqaE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}