Information about plays

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

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

{
    "id": 3578720,
    "uri": "https://api.kexp.org/v2/plays/3578720/?format=api",
    "airdate": "2025-11-15T22:15:11-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "https://ia600808.us.archive.org/8/items/mbid-e3b52e7f-c902-43e1-9a5d-4940cc4ca2a8/mbid-e3b52e7f-c902-43e1-9a5d-4940cc4ca2a8-23046581236_thumb500.jpg",
    "thumbnail_uri": "https://ia800808.us.archive.org/8/items/mbid-e3b52e7f-c902-43e1-9a5d-4940cc4ca2a8/mbid-e3b52e7f-c902-43e1-9a5d-4940cc4ca2a8-23046581236_thumb250.jpg",
    "song": "Do The Trash Can",
    "track_id": "cf4b6f86-e24b-49b1-9745-1e7a8e89183d",
    "recording_id": "2a29f0f6-e17f-4659-ac5b-9e11a14f1113",
    "artist": "Jon Spencer",
    "artist_ids": [
        "33fc0741-8594-48a1-8846-584d8502ac80"
    ],
    "album": "Spencer Sings the Hits",
    "release_id": "e3b52e7f-c902-43e1-9a5d-4940cc4ca2a8",
    "release_group_id": "d5b19094-7bf7-42e7-9f30-c1acf46b1c75",
    "labels": [
        "In the Red Records"
    ],
    "label_ids": [
        "485d19d8-74e5-4c06-8751-ce6f04d3f282"
    ],
    "release_date": "2018-11-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jon Spencer released a mini album last year titled, Sick of Being Sick!\n\nhttps://jonspencer.bandcamp.com/album/sick-of-being-sick",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}