Information about plays

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

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

{
    "id": 3570956,
    "uri": "https://api.kexp.org/v2/plays/3570956/?format=api",
    "airdate": "2025-10-28T09:06:18-07:00",
    "show": 64956,
    "show_uri": "https://api.kexp.org/v2/shows/64956/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-5b612010-7f04-40e5-aced-01b909b202ba/mbid-5b612010-7f04-40e5-aced-01b909b202ba-13202108986_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-5b612010-7f04-40e5-aced-01b909b202ba/mbid-5b612010-7f04-40e5-aced-01b909b202ba-13202108986_thumb250.jpg",
    "song": "Patience",
    "track_id": "98d0f884-7d8b-478e-8a01-fd2c4e7b8909",
    "recording_id": "ebed56b8-e564-443e-917e-901788a6535e",
    "artist": "Shovels & Rope with The Milk Carton Kids",
    "artist_ids": [
        "7f426331-11c0-4c66-aec1-719abe5dd86f",
        "94c89f67-8c6e-4317-8186-8aad506bf2ae"
    ],
    "album": "Busted Jukebox: Volume 1",
    "release_id": "5b612010-7f04-40e5-aced-01b909b202ba",
    "release_group_id": "11a9b562-80b9-4ec9-915d-c0798cd08c24",
    "labels": [
        "Dualtone Music Group"
    ],
    "label_ids": [
        "a26c7dc5-21ab-48bf-af68-71fe622edd1c"
    ],
    "release_date": "2015-11-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "GnR cover:)\n\nhttps://shovelsandrope.bandcamp.com/track/patience-with-the-milk-carton-kids",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}