Information about plays

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

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

{
    "id": 3589397,
    "uri": "https://api.kexp.org/v2/plays/3589397/?format=api",
    "airdate": "2025-12-10T15:53:08-08:00",
    "show": 65340,
    "show_uri": "https://api.kexp.org/v2/shows/65340/?format=api",
    "image_uri": "",
    "thumbnail_uri": "https://ia801902.us.archive.org/12/items/mbid-5c50b704-4840-3444-9e67-05c727ca6880/mbid-5c50b704-4840-3444-9e67-05c727ca6880-4045350127_thumb250.jpg",
    "song": "Let It Ride",
    "track_id": "56ca5bdc-464e-3d87-867b-7e2d70a643db",
    "recording_id": "8f1e2072-a280-4293-9a4b-a39b20100326",
    "artist": "Dinosaur Jr.",
    "artist_ids": [
        "77c167d2-4965-4421-830a-9815e4956475"
    ],
    "album": "Bug",
    "release_id": "5c50b704-4840-3444-9e67-05c727ca6880",
    "release_group_id": "b45028e5-c9d9-34cf-9d2f-0e90ce500c9a",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "2005-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Birthday to Dinosaur Jr.'s J Mascis, born on December 10th, 1965. (That makes him...let's see...er, 60 years old.)\n--\nWatch a live performance by J Mascis in our studio last year: https://www.youtube.com/watch?v=Dhh04KHbhuE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}