Information about plays

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

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

{
    "id": 3548146,
    "uri": "https://api.kexp.org/v2/plays/3548146/?format=api",
    "airdate": "2025-09-02T21:42:48-07:00",
    "show": 64457,
    "show_uri": "https://api.kexp.org/v2/shows/64457/?format=api",
    "image_uri": "https://ia903407.us.archive.org/16/items/mbid-e376af7e-7d6e-4069-b2c3-eb9a4b6e3e57/mbid-e376af7e-7d6e-4069-b2c3-eb9a4b6e3e57-36026920751_thumb500.jpg",
    "thumbnail_uri": "https://ia803407.us.archive.org/16/items/mbid-e376af7e-7d6e-4069-b2c3-eb9a4b6e3e57/mbid-e376af7e-7d6e-4069-b2c3-eb9a4b6e3e57-36026920751_thumb250.jpg",
    "song": "Joanna",
    "track_id": "486eb52a-935c-4ac0-9d9d-3a57fb9a3bde",
    "recording_id": "6d30c783-80bc-4f78-b30c-b432caa93b39",
    "artist": "Serge Gainsbourg",
    "artist_ids": [
        "b21ef19b-c6aa-4775-90d3-3cc3e067ce6d"
    ],
    "album": "Couleur café",
    "release_id": "e376af7e-7d6e-4069-b2c3-eb9a4b6e3e57",
    "release_group_id": "cf3a4ed0-def2-3e76-867c-b647e2871d31",
    "labels": [
        "Philips",
        "Mercury Records"
    ],
    "label_ids": [
        "6d38d6d2-bea8-46cf-b48e-a6195fd85f12",
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Serge Gainsbourg was a French singer-songwriter, actor, composer, and director, who was regarded as one of the most important figures in French pop. He was renowned for often provocative releases which caused uproar in France, dividing public opinion.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}