Information about plays

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

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

{
    "id": 3548862,
    "uri": "https://api.kexp.org/v2/plays/3548862/?format=api",
    "airdate": "2025-09-04T14:26:17-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d3f227e-f091-4de6-8269-77c0fb5f0079/42880634141-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3d3f227e-f091-4de6-8269-77c0fb5f0079/42880634141-250.jpg",
    "song": "South Side (edit)",
    "track_id": null,
    "recording_id": "11ba37a4-2faa-47d3-8b45-fa6e51c12898",
    "artist": "Moby featuring Gwen Stefani",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4",
        "2e41ae9c-afd2-4f20-8f1e-17281ce9b472"
    ],
    "album": "South Side",
    "release_id": null,
    "release_group_id": "10323856-fb65-3fc4-807f-e14b3c1b6e1b",
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2000-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ahh, yes...here's the version with Gwen Stefani!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}