Information about plays

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

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

{
    "id": 3574669,
    "uri": "https://api.kexp.org/v2/plays/3574669/?format=api",
    "airdate": "2025-11-06T09:24:49-08:00",
    "show": 65036,
    "show_uri": "https://api.kexp.org/v2/shows/65036/?format=api",
    "image_uri": "https://ia601900.us.archive.org/16/items/mbid-b8f3c647-89b1-4cd6-bb71-a91072380e46/mbid-b8f3c647-89b1-4cd6-bb71-a91072380e46-2979651729_thumb500.jpg",
    "thumbnail_uri": "https://ia801900.us.archive.org/16/items/mbid-b8f3c647-89b1-4cd6-bb71-a91072380e46/mbid-b8f3c647-89b1-4cd6-bb71-a91072380e46-2979651729_thumb250.jpg",
    "song": "Run",
    "track_id": "d4c0ce33-0119-3ef9-b2a6-31838bc1caa2",
    "recording_id": "09cb1175-4f16-4e0e-b389-4b1b37d9118f",
    "artist": "Air",
    "artist_ids": [
        "cb67438a-7f50-4f2b-a6f1-2bb2729fd538"
    ],
    "album": "Talkie Walkie",
    "release_id": "b8f3c647-89b1-4cd6-bb71-a91072380e46",
    "release_group_id": "c636f6e8-0fe6-3470-b5af-b31a0ebed0bb",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2004-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Talkie Walkie is the third studio album by French electronic music duo Air, released in 2004. https://www.kexp.org/50/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}