Information about plays

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

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

{
    "id": 3559778,
    "uri": "https://api.kexp.org/v2/plays/3559778/?format=api",
    "airdate": "2025-09-30T20:39:15-07:00",
    "show": 64712,
    "show_uri": "https://api.kexp.org/v2/shows/64712/?format=api",
    "image_uri": "https://dn710208.ca.archive.org/0/items/mbid-f40a2bd9-0231-45a1-96d7-b90fca3ebdac/mbid-f40a2bd9-0231-45a1-96d7-b90fca3ebdac-32191695169_thumb500.jpg",
    "thumbnail_uri": "https://dn710208.ca.archive.org/0/items/mbid-f40a2bd9-0231-45a1-96d7-b90fca3ebdac/mbid-f40a2bd9-0231-45a1-96d7-b90fca3ebdac-32191695169_thumb250.jpg",
    "song": "Clandestino",
    "track_id": "e3b9d6d0-ea26-32a8-a5fc-3fdcd0812f07",
    "recording_id": "b0eb1856-ef50-4f4b-a84a-04aea2ae9dcf",
    "artist": "Manu Chao",
    "artist_ids": [
        "7570a0dd-5a67-401b-b19a-261eee01a284"
    ],
    "album": "Phat Global #1",
    "release_id": "f40a2bd9-0231-45a1-96d7-b90fca3ebdac",
    "release_group_id": "c31c8411-9e30-436f-94c5-d241e934198d",
    "labels": [
        "Palm Pictures"
    ],
    "label_ids": [
        "9f25310a-94d7-4a28-bf89-6729a2b8e859"
    ],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "French-Spanish musican Manu Chao was born in Paris to a Basque mother and Galician father. They emigrated to Paris to avoid Francisco Franco's dictatorship as Manu's grandfather had been sentenced to death.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}