Information about plays

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

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

{
    "id": 3546757,
    "uri": "https://api.kexp.org/v2/plays/3546757/?format=api",
    "airdate": "2025-08-30T15:47:36-07:00",
    "show": 64430,
    "show_uri": "https://api.kexp.org/v2/shows/64430/?format=api",
    "image_uri": "https://ia600605.us.archive.org/1/items/mbid-d96201e2-b521-4a0f-a8e9-f2835355f565/mbid-d96201e2-b521-4a0f-a8e9-f2835355f565-38238502999_thumb500.jpg",
    "thumbnail_uri": "https://ia800605.us.archive.org/1/items/mbid-d96201e2-b521-4a0f-a8e9-f2835355f565/mbid-d96201e2-b521-4a0f-a8e9-f2835355f565-38238502999_thumb250.jpg",
    "song": "Now It's On",
    "track_id": "96f5dade-a73b-3288-b05a-2e84c143bbb5",
    "recording_id": "f4f1f8b0-995e-4e36-a8b3-51bff2296572",
    "artist": "Grandaddy",
    "artist_ids": [
        "9d4c4835-c71a-4647-a4fc-263e26832cd0"
    ],
    "album": "Sumday",
    "release_id": "d96201e2-b521-4a0f-a8e9-f2835355f565",
    "release_group_id": "5916a0ad-d791-3d6a-b07b-7570f4ca2b20",
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2003-06-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Grandaddy is on tour! Catch them:\n9/16 at the Regency Ballroom, San Francisco\n9/18 at the Neptune, Seattle\n9/20 at Revolution Hall, Portland\n\nhttps://grandaddymusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}