Information about plays

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

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

{
    "id": 3593060,
    "uri": "https://api.kexp.org/v2/plays/3593060/?format=api",
    "airdate": "2025-12-19T11:18:14-08:00",
    "show": 65418,
    "show_uri": "https://api.kexp.org/v2/shows/65418/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wrong Planet",
    "track_id": "eebb5123-6b3f-46c1-b0b4-472f8a38f425",
    "recording_id": "5ddaf5a4-78dd-4cc6-98ea-427e661c96bb",
    "artist": "Ribbon Skirt",
    "artist_ids": [
        "6824d820-be15-421f-acd1-f3353ddd2c57"
    ],
    "album": "Wrong Planet",
    "release_id": "a5d9f62b-4bc2-4dfe-9965-a3b287e32534",
    "release_group_id": "2da4ba7a-7049-4e4a-9594-8bc5e0760bc9",
    "labels": [
        "Mint Records"
    ],
    "label_ids": [
        "71587054-8671-48e3-ae91-fab5315fd06b"
    ],
    "release_date": "2025-01-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#84 on our countdown of YOUR favorite albums of 2025\n\nOut of Montreal, Anishinaabe band Ribbon Skirt released their debut album, Bite Down, in April. They followed up with the PENSACOLA EP in October! \nhttps://ribbonskirtband.bandcamp.com/\n\nWatch Ribbon Skirt playing Live on KEXP in this session from October! \nhttps://www.youtube.com/watch?v=InvOpim7wt4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}