Information about plays

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

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

{
    "id": 3551974,
    "uri": "https://api.kexp.org/v2/plays/3551974/?format=api",
    "airdate": "2025-09-12T05:21:53-07:00",
    "show": 64539,
    "show_uri": "https://api.kexp.org/v2/shows/64539/?format=api",
    "image_uri": "https://ia601300.us.archive.org/14/items/mbid-4afdaa99-93f5-381b-a09c-eb1a73097667/mbid-4afdaa99-93f5-381b-a09c-eb1a73097667-37935863938_thumb500.jpg",
    "thumbnail_uri": "https://ia601300.us.archive.org/14/items/mbid-4afdaa99-93f5-381b-a09c-eb1a73097667/mbid-4afdaa99-93f5-381b-a09c-eb1a73097667-37935863938_thumb250.jpg",
    "song": "Fish On (Fisherman Chronicles, Chapter II)",
    "track_id": "00031d8c-ea8e-361b-95e0-84dce7ee2411",
    "recording_id": "3709b5f9-5df1-4af1-b7f3-d4990e2444b7",
    "artist": "Primus",
    "artist_ids": [
        "84dc4f23-c0b8-4fe1-bbca-a3993ddc8fc2"
    ],
    "album": "Sailing the Seas of Cheese",
    "release_id": "4afdaa99-93f5-381b-a09c-eb1a73097667",
    "release_group_id": "a7c4f177-8de8-366f-87f4-aa851ae32012",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1991-07-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday Larry LaLonde! Born this day in 1968.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}