Information about plays

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

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

{
    "id": 3622964,
    "uri": "https://api.kexp.org/v2/plays/3622964/?format=api",
    "airdate": "2026-02-27T10:46:37-08:00",
    "show": 66043,
    "show_uri": "https://api.kexp.org/v2/shows/66043/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We’ve Got Everything",
    "track_id": "f8f77347-9d0a-39e5-b3e0-a5e735c137bc",
    "recording_id": "df512799-6cd9-49f2-b648-386cc7f83308",
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "We Were Dead Before the Ship Even Sank",
    "release_id": "d63d427d-499c-4eb4-996e-535e36013766",
    "release_group_id": "0c5f1837-9834-3c97-9d4b-80a4e7103b21",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2007-03-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Modest Mouse has tour dates coming up:\n\n-Spokane, WA on May 12th at the Knitting Factory\n\n-Portland, OR on August 9th at Pioneer Courthouse Square\n\nJames Mercer sings backup vocals on this Modest Mouse song from the 2007 release, We Were Dead Before the Ship Even Sank.\n\nhttps://modestmouse.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}