Information about plays

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

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

{
    "id": 3587784,
    "uri": "https://api.kexp.org/v2/plays/3587784/?format=api",
    "airdate": "2025-12-06T21:33:22-08:00",
    "show": 65309,
    "show_uri": "https://api.kexp.org/v2/shows/65309/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Drag Me Down",
    "track_id": "a67d7c25-1f20-392e-b51d-dc3fec03014a",
    "recording_id": "e1b5b834-98b2-46e9-a316-38efeef4f616",
    "artist": "Social Distortion",
    "artist_ids": [
        "e1e05cce-3922-44e1-8f20-015abe5e309d"
    ],
    "album": "White Light White Heat White Trash",
    "release_id": "fba4d7e9-7905-4671-80af-6f45fe573d46",
    "release_group_id": "fd199886-49b7-3b44-9ce9-90b6071f556e",
    "labels": [
        "550 Music"
    ],
    "label_ids": [
        "65f85c42-92a0-489c-a921-d804acba29b1"
    ],
    "release_date": "1996-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latest news on Social D is a new album slated to release in the spring of 2026 with a single expected to come out next month.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}