Information about plays

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

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

{
    "id": 3544596,
    "uri": "https://api.kexp.org/v2/plays/3544596/?format=api",
    "airdate": "2025-08-25T10:17:40-07:00",
    "show": 64385,
    "show_uri": "https://api.kexp.org/v2/shows/64385/?format=api",
    "image_uri": "https://ia803205.us.archive.org/10/items/mbid-69e16928-4321-3b7e-a191-7b3264e5ba49/mbid-69e16928-4321-3b7e-a191-7b3264e5ba49-3974188466_thumb500.jpg",
    "thumbnail_uri": "https://ia803205.us.archive.org/10/items/mbid-69e16928-4321-3b7e-a191-7b3264e5ba49/mbid-69e16928-4321-3b7e-a191-7b3264e5ba49-3974188466_thumb250.jpg",
    "song": "Heartbeats",
    "track_id": "8286c5cc-7387-4ea3-9f10-3ccf1985bc1a",
    "recording_id": "f4f6b51d-a957-4b15-9e77-3435c8889ea6",
    "artist": "José González",
    "artist_ids": [
        "cd8c5019-5d75-4d5c-bc28-e1e26a7dd5c8"
    ],
    "album": "Veneer",
    "release_id": "d6647a6b-732a-44e7-9e64-db8a25b4b310",
    "release_group_id": "c128bbd3-0481-3abd-98df-4bf5ef8df243",
    "labels": [
        "Hidden Agenda"
    ],
    "label_ids": [
        "8225d763-c97e-48e6-bd34-3effefbf0f50"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "José González's cover of \"Heartbeats\" by Swedish band The Knife.\n\nThis album turned 20 years old in 2023! In celebration, a special deluxe reissue of the album was released!\nhttps://josgonzlez.bandcamp.com/album/veneer-20th-anniversary-deluxe-edition-2\n\nhttp://jose-gonzalez.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}