Information about plays

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

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

{
    "id": 3580556,
    "uri": "https://api.kexp.org/v2/plays/3580556/?format=api",
    "airdate": "2025-11-20T07:15:32-08:00",
    "show": 65160,
    "show_uri": "https://api.kexp.org/v2/shows/65160/?format=api",
    "image_uri": "https://ia601901.us.archive.org/2/items/mbid-da1d9873-45ca-4c01-b2c8-e36a5b0f1f2c/mbid-da1d9873-45ca-4c01-b2c8-e36a5b0f1f2c-2982515934_thumb500.jpg",
    "thumbnail_uri": "https://ia601901.us.archive.org/2/items/mbid-da1d9873-45ca-4c01-b2c8-e36a5b0f1f2c/mbid-da1d9873-45ca-4c01-b2c8-e36a5b0f1f2c-2982515934_thumb250.jpg",
    "song": "The Dog-End of a Day Gone By (remix)",
    "track_id": "74fe2e1a-39ce-349a-b2a6-42b0fd2bde8b",
    "recording_id": "d8dd06ff-83bb-4295-b3f6-0708687d1207",
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Seventh Dream of Teenage Heaven",
    "release_id": "da1d9873-45ca-4c01-b2c8-e36a5b0f1f2c",
    "release_group_id": "878f8e94-7835-34a5-9a5f-bd760330b96c",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Raleigh in SF: Is it just me or is the seventh dream of teenage heaven just one of the best albums ever of all time?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}