Information about plays

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

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

{
    "id": 3582648,
    "uri": "https://api.kexp.org/v2/plays/3582648/?format=api",
    "airdate": "2025-11-25T04:33:14-08:00",
    "show": 65204,
    "show_uri": "https://api.kexp.org/v2/shows/65204/?format=api",
    "image_uri": "https://coverartarchive.org/release/a031a2be-ee86-4cf8-abb9-2583e3849a6e/8656545242-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a031a2be-ee86-4cf8-abb9-2583e3849a6e/8656545242-250.jpg",
    "song": "Clouds",
    "track_id": null,
    "recording_id": "81b811d8-07d3-42e5-89a5-b8f04db959ee",
    "artist": "Gigi Masin",
    "artist_ids": [
        "963e93e1-3161-4d1d-9366-1be0e6c910a2"
    ],
    "album": "Wind",
    "release_id": null,
    "release_group_id": "b9e168e5-6ace-4103-9cbe-be7684330cfb",
    "labels": [
        "Suburbia Records"
    ],
    "label_ids": [
        "9599d22d-f68a-42d8-b3a4-acd80b49c7b5"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Gigi Masin is an Italian composer, ambient musician and producer from Venice",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}