Information about plays

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

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

{
    "id": 3528397,
    "uri": "https://api.kexp.org/v2/plays/3528397/?format=api",
    "airdate": "2025-07-18T00:31:33-07:00",
    "show": 64041,
    "show_uri": "https://api.kexp.org/v2/shows/64041/?format=api",
    "image_uri": "https://coverartarchive.org/release/4f68716e-b318-4000-94e5-7ecd2678544e/41115152838-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4f68716e-b318-4000-94e5-7ecd2678544e/41115152838-250.jpg",
    "song": "Lavender",
    "track_id": null,
    "recording_id": "62e6ba96-7c10-48f2-a67f-5d87afaa38f7",
    "artist": "Joe Armon‐Jones",
    "artist_ids": [
        "7f28f2b1-738b-41da-b168-9704dba00605"
    ],
    "album": "All The Quiet (Part II)",
    "release_id": null,
    "release_group_id": "ac79b85c-e80e-4128-b98e-403edef9d9b0",
    "labels": [
        "Aquarii Records"
    ],
    "label_ids": [
        "514ea734-2d1b-4bb2-af52-4dc83d917423"
    ],
    "release_date": "2025-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}