Information about plays

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

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

{
    "id": 3658784,
    "uri": "https://api.kexp.org/v2/plays/3658784/?format=api",
    "airdate": "2026-05-24T00:54:35-07:00",
    "show": 66799,
    "show_uri": "https://api.kexp.org/v2/shows/66799/?format=api",
    "image_uri": "https://coverartarchive.org/release/370daae7-c80b-4661-a280-454a84699e67/44987632350-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/370daae7-c80b-4661-a280-454a84699e67/44987632350-250.jpg",
    "song": "We are The Knight",
    "track_id": null,
    "recording_id": "1c97f97e-315c-4f53-8a19-cc72aa38d0b6",
    "artist": "HAGANE",
    "artist_ids": [
        "945329a8-2c4c-44bf-937b-3ae10730fa89"
    ],
    "album": "We Are the Knight",
    "release_id": null,
    "release_group_id": "8773aa12-0d1c-47a8-a63f-928d59ec50ef",
    "labels": [
        "Fuclid"
    ],
    "label_ids": [],
    "release_date": "2026-04-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hagane is an all-female Japanese band. They released \"We Are the Knight\" last month (April 2026) under the record label Euclid Agency. https://www.hagane-official.com/musics/20674",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}