Information about plays

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

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

{
    "id": 3656968,
    "uri": "https://api.kexp.org/v2/plays/3656968/?format=api",
    "airdate": "2026-05-19T20:57:12-07:00",
    "show": 66762,
    "show_uri": "https://api.kexp.org/v2/shows/66762/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Blue Fire",
    "track_id": null,
    "recording_id": "dc45b618-22d2-498f-bd89-6e3c06105438",
    "artist": "Adekunle Gold feat. Simi",
    "artist_ids": [
        "7ff6bc8e-f614-40ec-8d77-84679cc5e2fc",
        "54fefc16-9c4f-4c79-8995-4d1d9e1f0998"
    ],
    "album": "Fuji",
    "release_id": null,
    "release_group_id": "06e66887-f41c-4f61-9cfc-97ad911bfb19",
    "labels": [
        "Believe UK"
    ],
    "label_ids": [
        "5b903849-5962-48b9-8fed-13b28cc2c373"
    ],
    "release_date": "2025-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Adekunle Almoruf Kosoko, known professionally as Adekunle Gold, is a Nigerian singer and songwriter.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}