Information about plays

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

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

{
    "id": 3547261,
    "uri": "https://api.kexp.org/v2/plays/3547261/?format=api",
    "airdate": "2025-08-31T17:52:24-07:00",
    "show": 64438,
    "show_uri": "https://api.kexp.org/v2/shows/64438/?format=api",
    "image_uri": "https://coverartarchive.org/release/d51fdf6a-8696-4420-b585-7052e1fea59e/27123388864-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d51fdf6a-8696-4420-b585-7052e1fea59e/27123388864-250.jpg",
    "song": "6's To 9's (album version)",
    "track_id": null,
    "recording_id": null,
    "artist": "Big Wild",
    "artist_ids": [
        "dc72d14d-28ce-4663-842c-f0b083b4a83f"
    ],
    "album": "Superdream",
    "release_id": null,
    "release_group_id": "675861c0-76c0-47ae-8c77-c6aed85908a3",
    "labels": [
        "Counter Records"
    ],
    "label_ids": [
        "93214c28-306f-493f-a1e8-be3e04e1ab78"
    ],
    "release_date": "2019-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Seattle Oct 9 at the Showbox! https://bigwildmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}