Information about plays

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

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

{
    "id": 3607675,
    "uri": "https://api.kexp.org/v2/plays/3607675/?format=api",
    "airdate": "2026-01-22T14:29:38-08:00",
    "show": 65724,
    "show_uri": "https://api.kexp.org/v2/shows/65724/?format=api",
    "image_uri": "https://coverartarchive.org/release/f11028aa-c440-4594-8585-c9f8faffbe07/11177202758-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f11028aa-c440-4594-8585-c9f8faffbe07/11177202758-250.jpg",
    "song": "Go Ladies",
    "track_id": null,
    "recording_id": "83be580c-e9f2-4597-92c9-f263ab8e0a99",
    "artist": "Slum Village",
    "artist_ids": [
        "c0c1183e-6940-48ca-8f96-98250fcb3ef1"
    ],
    "album": "Fantastic, Volume 2",
    "release_id": null,
    "release_group_id": "b0c9b8ff-81b4-3507-a3af-844191a9c724",
    "labels": [
        "Barak Records"
    ],
    "label_ids": [
        "463d4e85-3afc-41c8-8c00-fc4443590561"
    ],
    "release_date": "2000-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Go Ladies” by Slum Village was written by T3 of Slum Village, Baatin &  producer J Dilla. It sampled the Don Blackman's \"Holding You, Loving You\" track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}