Information about plays

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

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

{
    "id": 3572851,
    "uri": "https://api.kexp.org/v2/plays/3572851/?format=api",
    "airdate": "2025-11-01T23:24:01-07:00",
    "show": 64999,
    "show_uri": "https://api.kexp.org/v2/shows/64999/?format=api",
    "image_uri": "https://coverartarchive.org/release/b9c52cf2-9f23-4986-8ce2-5e0015cdef27/8559192703-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b9c52cf2-9f23-4986-8ce2-5e0015cdef27/8559192703-250.jpg",
    "song": "Mr. Integrity",
    "track_id": null,
    "recording_id": "9996a133-0fb9-45bc-bea1-1204a3f44bca",
    "artist": "L7",
    "artist_ids": [
        "57111f1f-9829-45ea-bb4e-a5aba37cd1d1"
    ],
    "album": "Bricks Are Heavy",
    "release_id": null,
    "release_group_id": "9f7bedef-5588-3bca-8c81-06a102c4eb8d",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1992-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bricks Are Heavy is now regarded as one of grunge's best albums.\n\nhttps://www.l7theband.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}