Information about plays

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

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

{
    "id": 3566389,
    "uri": "https://api.kexp.org/v2/plays/3566389/?format=api",
    "airdate": "2025-10-17T14:36:16-07:00",
    "show": 64858,
    "show_uri": "https://api.kexp.org/v2/shows/64858/?format=api",
    "image_uri": "https://ia803201.us.archive.org/30/items/mbid-717ba050-e3e2-429d-b02e-e450c18c7355/mbid-717ba050-e3e2-429d-b02e-e450c18c7355-4169601052_thumb500.jpg",
    "thumbnail_uri": "https://ia803201.us.archive.org/30/items/mbid-717ba050-e3e2-429d-b02e-e450c18c7355/mbid-717ba050-e3e2-429d-b02e-e450c18c7355-4169601052_thumb250.jpg",
    "song": "Demons",
    "track_id": "33c19dd1-04ec-34bf-a4e1-5df0f5ee9880",
    "recording_id": "e07b1c38-dd01-4dc8-a811-d89feb445db6",
    "artist": "Sleigh Bells",
    "artist_ids": [
        "95f7536d-b2f7-4087-8668-a663ec201f5a"
    ],
    "album": "Reign of Terror",
    "release_id": "717ba050-e3e2-429d-b02e-e450c18c7355",
    "release_group_id": "b8c24608-f36f-41cb-ba62-d2f3caf58a6b",
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2012-02-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a 2011 Spin interview about the band's second album, Derek Miller said, “With 'Treats' it was less clear to me whether Sleigh Bells was going to be a guitar band or if we were going to do more sample-heavy stuff. With this record I had to pick sides. The beats are still important to me, but the guitar won.” http://www.tornclean.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}