Information about plays

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

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

{
    "id": 3596512,
    "uri": "https://api.kexp.org/v2/plays/3596512/?format=api",
    "airdate": "2025-12-27T00:18:21-08:00",
    "show": 65482,
    "show_uri": "https://api.kexp.org/v2/shows/65482/?format=api",
    "image_uri": "https://coverartarchive.org/release/f9a1ba8e-45f6-4ddd-81dd-111efea8e909/15213057088-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f9a1ba8e-45f6-4ddd-81dd-111efea8e909/15213057088-250.jpg",
    "song": "Loungin’",
    "track_id": null,
    "recording_id": "80ee66ce-98e8-40f6-b412-50e3f9506143",
    "artist": "LL Cool J",
    "artist_ids": [
        "a4dd0e77-83b8-4e92-89b7-effb0e47fd8c"
    ],
    "album": "Mr. Smith",
    "release_id": null,
    "release_group_id": "6f8c92de-6217-314b-84d9-28857f831a34",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Loungin (Who Do Ya Luv)\" was the third single from LL Cool J's Mr. Smith album and features vocals from duo Terri & Monica. https://www.youtube.com/watch?v=5AD9CAPKs9c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}