Information about plays

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

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

{
    "id": 3544009,
    "uri": "https://api.kexp.org/v2/plays/3544009/?format=api",
    "airdate": "2025-08-24T00:54:33-07:00",
    "show": 64372,
    "show_uri": "https://api.kexp.org/v2/shows/64372/?format=api",
    "image_uri": "https://coverartarchive.org/release/35f1fe72-e28b-41b6-9d99-f4aa2dd9a58f/9841222689-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/35f1fe72-e28b-41b6-9d99-f4aa2dd9a58f/9841222689-250.jpg",
    "song": "Run With The Devil",
    "track_id": null,
    "recording_id": "3b74b949-bd5a-410a-8bf1-366c5c471145",
    "artist": "Heavy Load",
    "artist_ids": [
        "ac6a47fd-9709-49d1-89c3-1fb27d7a6b04"
    ],
    "album": "Stronger Than Evil",
    "release_id": null,
    "release_group_id": "2b546b8e-1666-30b0-b743-8dcc94e69fbb",
    "labels": [
        "NEXUS INTERNATIONAL"
    ],
    "label_ids": [
        "1f7f4542-1895-4940-a7e8-e4c9fd409467"
    ],
    "release_date": "1983-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heavy Load formed in 1976 as a trio by the brothers Ragne Wahlquist Ragne and Styrbjörn Wahlquist Styrbjörn Wahlquist with Michael Backlund.\n\nReissued by No Remorse Records back in 2018.\n\nhttps://www.facebook.com/heavyloadofficial\nhttps://www.noremorse.gr/artists/heavy-load",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}