Information about plays

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

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

{
    "id": 3569833,
    "uri": "https://api.kexp.org/v2/plays/3569833/?format=api",
    "airdate": "2025-10-25T16:43:08-07:00",
    "show": 64932,
    "show_uri": "https://api.kexp.org/v2/shows/64932/?format=api",
    "image_uri": "https://ia801201.us.archive.org/10/items/mbid-3b5c6a9b-63d3-4de0-bbee-97f9e1eed1ad/mbid-3b5c6a9b-63d3-4de0-bbee-97f9e1eed1ad-11379976443_thumb500.jpg",
    "thumbnail_uri": "https://ia801201.us.archive.org/10/items/mbid-3b5c6a9b-63d3-4de0-bbee-97f9e1eed1ad/mbid-3b5c6a9b-63d3-4de0-bbee-97f9e1eed1ad-11379976443_thumb250.jpg",
    "song": "It's Working",
    "track_id": "8366c30c-0d60-3faa-a316-f00690a4f392",
    "recording_id": "cf09595c-37bc-49e7-b1bf-139ee766c891",
    "artist": "MGMT",
    "artist_ids": [
        "c485632c-b784-4ee9-8ea1-c5fb365681fc"
    ],
    "album": "Congratulations",
    "release_id": "3b5c6a9b-63d3-4de0-bbee-97f9e1eed1ad",
    "release_group_id": "8a10ef49-ad7c-404c-9937-6727ee3a401e",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2010-04-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Middletown, CT-formed duo who combine musical influences from psychedelic pop and indie electro with shimmering productions and a sardonic wit. https://bit.ly/3I8TDty\n\nhttps://whoismgmt.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}