Information about plays

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

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

{
    "id": 3594190,
    "uri": "https://api.kexp.org/v2/plays/3594190/?format=api",
    "airdate": "2025-12-21T20:00:09-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heartbreaker (I'm Such A Mess)",
    "track_id": null,
    "recording_id": "fab7c20a-9597-40c2-9306-e3c549aa7a42",
    "artist": "Klymaxx",
    "artist_ids": [
        "7b96d7c8-dd06-45ac-ab8a-5a6116950523"
    ],
    "album": "Girls Will Be Girls",
    "release_id": null,
    "release_group_id": "0ff6d0be-87fc-4040-8dd7-f98e5e53dfb9",
    "labels": [
        "Solar"
    ],
    "label_ids": [
        "8bb2ba0d-c96a-4389-a0bf-4a83b0a54914"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "An early production of super-producers Jimmy Jam & Terry Lewis.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}