Information about plays

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

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

{
    "id": 3596913,
    "uri": "https://api.kexp.org/v2/plays/3596913/?format=api",
    "airdate": "2025-12-27T21:29:40-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "https://coverartarchive.org/release/72244848-a44f-4798-ab4e-693140aa0d10/5354897166-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/72244848-a44f-4798-ab4e-693140aa0d10/5354897166-250.jpg",
    "song": "New Values",
    "track_id": null,
    "recording_id": "09f3df66-840c-47e9-b17d-5a590301ddfc",
    "artist": "Iggy Pop",
    "artist_ids": [
        "f37b3f31-b1f8-4b88-8cb5-b34f709b17d7"
    ],
    "album": "New Values",
    "release_id": null,
    "release_group_id": "066b3bbc-13fa-3cbc-939f-6a257fc86fc0",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1979-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}