Information about plays

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

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

{
    "id": 3550635,
    "uri": "https://api.kexp.org/v2/plays/3550635/?format=api",
    "airdate": "2025-09-08T23:57:59-07:00",
    "show": 64513,
    "show_uri": "https://api.kexp.org/v2/shows/64513/?format=api",
    "image_uri": "https://coverartarchive.org/release/4cd396fd-5322-4bcb-837e-3bbdf8a42517/25522731880-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4cd396fd-5322-4bcb-837e-3bbdf8a42517/25522731880-250.jpg",
    "song": "Der Lärm In Meinem Kopf",
    "track_id": null,
    "recording_id": null,
    "artist": "Schadenheimer",
    "artist_ids": [],
    "album": "Der Lärm In Meinem Kopf",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "R.A.N.D. Muzik"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Took forever to type into the playlist, but it was worth it!)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}