Information about plays

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

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

{
    "id": 3656590,
    "uri": "https://api.kexp.org/v2/plays/3656590/?format=api",
    "airdate": "2026-05-18T23:42:00-07:00",
    "show": 66755,
    "show_uri": "https://api.kexp.org/v2/shows/66755/?format=api",
    "image_uri": "https://coverartarchive.org/release/0e60ad28-3654-464b-befc-96eb7ee0ff88/2714103495-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0e60ad28-3654-464b-befc-96eb7ee0ff88/2714103495-250.jpg",
    "song": "How Do",
    "track_id": null,
    "recording_id": null,
    "artist": "Sneaker Pimps",
    "artist_ids": [
        "696d8523-39a0-44e2-9add-afaa183a2f46"
    ],
    "album": "Becoming X",
    "release_id": null,
    "release_group_id": "62c14bd1-2a53-3a69-9b68-c3df4bc61032",
    "labels": [
        "Clean Up"
    ],
    "label_ids": [],
    "release_date": "1996-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Well, thanks",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}