Information about plays

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

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

{
    "id": 3550312,
    "uri": "https://api.kexp.org/v2/plays/3550312/?format=api",
    "airdate": "2025-09-08T05:21:19-07:00",
    "show": 64507,
    "show_uri": "https://api.kexp.org/v2/shows/64507/?format=api",
    "image_uri": "https://ia801206.us.archive.org/32/items/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f-3323637378_thumb500.jpg",
    "thumbnail_uri": "https://ia801206.us.archive.org/32/items/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f/mbid-5f692216-1932-4cfa-ad6e-0e3c2304579f-3323637378_thumb250.jpg",
    "song": "Bad Mouth",
    "track_id": "a94a0e32-f62b-383b-8da7-863180b4da3a",
    "recording_id": "c80523d5-adc1-4913-9d0a-1eaff49c728e",
    "artist": "Fugazi",
    "artist_ids": [
        "233fc3f3-6de2-465c-985e-e721dbabbace"
    ],
    "album": "13 Songs",
    "release_id": "5f692216-1932-4cfa-ad6e-0e3c2304579f",
    "release_group_id": "e65e574d-6129-3798-84d9-5952876ad210",
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [
        "2954d038-b2af-495a-b3b7-ab8028c672c4"
    ],
    "release_date": "1989-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fugazi is a band from Washington, D.C. They played their first show on September 3, 1987 and since then they have released seven albums and toured the world extensively.\n\nThe band is self managed and release all their material through Dischord Records.  \n\nhttps://fugazi.bandcamp.com/album/13-songs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}