Information about plays

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

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

{
    "id": 3674480,
    "uri": "https://api.kexp.org/v2/plays/3674480/?format=api",
    "airdate": "2026-06-30T10:45:12-07:00",
    "show": 67129,
    "show_uri": "https://api.kexp.org/v2/shows/67129/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Several Got Away",
    "track_id": null,
    "recording_id": null,
    "artist": "Dinosaur Jr.",
    "artist_ids": [
        "77c167d2-4965-4421-830a-9815e4956475"
    ],
    "album": "There Near",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2026-08-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today, Dinosaur Jr. announced their new album, \"There Near,\" out August 28th via Jagjaguwar and released this lead single/video, “Several Got Away.”  Here's a link to the quite angelic video: https://www.youtube.com/watch?v=KMPf5HB4rvM\n--\nThey're performing at The Castro Theatre in SF on Sunday, October 18th, and in Seattle at the Neptune Theatre on Friday and Saturday, October 23rd and 24th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}