Information about plays

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

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

{
    "id": 3541146,
    "uri": "https://api.kexp.org/v2/plays/3541146/?format=api",
    "airdate": "2025-08-17T09:03:58-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/f1bb782b-3d73-4e57-8381-ab29c9f96b7a/19389278597-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f1bb782b-3d73-4e57-8381-ab29c9f96b7a/19389278597-250.jpg",
    "song": "Are You Sure Hank Done It This Way",
    "track_id": null,
    "recording_id": "f554fe42-64db-4e0f-8064-a5b0199f09f7",
    "artist": "Waylon Jennings",
    "artist_ids": [
        "1a46826b-4d73-4e04-8590-f36c9d832f9e"
    ],
    "album": "Dreaming My Dreams",
    "release_id": null,
    "release_group_id": "ba722a83-5cc6-396b-b067-d4f616946d87",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1975-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released at the peak of the outlaw country music, Rolling Stone called this the closest thing the genre had to a mission statement. Jennings, in an unprecedented move at the time, had re-negotiated for complete artistic freedom with his record label and was producing his own albums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}