Information about plays

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

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

{
    "id": 3604798,
    "uri": "https://api.kexp.org/v2/plays/3604798/?format=api",
    "airdate": "2026-01-15T20:05:12-08:00",
    "show": 65660,
    "show_uri": "https://api.kexp.org/v2/shows/65660/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Natsuno Tsuduki",
    "track_id": null,
    "recording_id": null,
    "artist": "Satellite Lovers",
    "artist_ids": [
        "f1d7d6e1-c901-4034-9491-e5a26182a261"
    ],
    "album": "SONS OF 1973",
    "release_id": null,
    "release_group_id": "10281b16-74dc-481a-b72f-af3943d90079",
    "labels": [
        "Oo Records"
    ],
    "label_ids": [
        "ec7d4ed9-df85-4196-9fa9-e6721113841c"
    ],
    "release_date": "1996-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Satellite Lovers (サテライト・ラヴァーズ) was a Japanese pop music group active from 1994 to 1996. They were known for their blend of Shibuya-kei, free soul, and rare groove influences.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}