Information about plays

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

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

{
    "id": 3581142,
    "uri": "https://api.kexp.org/v2/plays/3581142/?format=api",
    "airdate": "2025-11-21T18:21:47-08:00",
    "show": 65171,
    "show_uri": "https://api.kexp.org/v2/shows/65171/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Disturb This Groove",
    "track_id": null,
    "recording_id": "b26d24ca-2c75-4f2d-be88-fd48edde57a3",
    "artist": "The System",
    "artist_ids": [
        "3b475f7e-e677-4f4e-8788-43c7703bf0e0"
    ],
    "album": "Don't Disturb This Groove",
    "release_id": null,
    "release_group_id": "8feff069-0693-334b-87d8-0a4ec680c216",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"“Don’t Disturb This Groove” by The System is another one of the defining tunes of 1987 in my book. The mellow but strong synthesized groove and clever title hook seemed to serve as a soundtrack to many of our long drives and excursions for about three years after it was released.\"\n-\nhttps://riquespeaks.wordpress.com/2017/12/14/the-87-sound-dont-disturb-this-groove-by-the-system/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}