Information about plays

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

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

{
    "id": 3633253,
    "uri": "https://api.kexp.org/v2/plays/3633253/?format=api",
    "airdate": "2026-03-24T21:34:04-07:00",
    "show": 66271,
    "show_uri": "https://api.kexp.org/v2/shows/66271/?format=api",
    "image_uri": "https://coverartarchive.org/release/e3061a03-7572-45ad-99a9-0ca11f8e6553/31932345672-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e3061a03-7572-45ad-99a9-0ca11f8e6553/31932345672-250.jpg",
    "song": "Bella Ciao (a Sud)",
    "track_id": null,
    "recording_id": "25b8953f-18dc-497a-a1bc-c931f42e91e6",
    "artist": "Riccardo Tesi",
    "artist_ids": [
        "4996d1fd-d29c-49c9-aa7a-d60dbabed8df"
    ],
    "album": "A sud di Bella Ciao",
    "release_id": null,
    "release_group_id": "e77d71e1-edc3-43af-b4b5-843f75cd6b35",
    "labels": [
        "Visage Music"
    ],
    "label_ids": [
        "be6c718b-1211-40fa-95fc-7bd790560d57"
    ],
    "release_date": "2021-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born in Pistoia, Tuscany, Italy, Tesi's diatonic accordeon speaks both an archaic and modern language, widening the vocabulary and the technique of an instrument for a long time preserved as part of a traditional heritage.\n\nRead more here: https://www.riccardotesi.com/en/\n\nTesi's most recent album is a collaboration with fellow Italian musician Giua called Retablos released in January 2025.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}