Information about plays

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

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

{
    "id": 3621851,
    "uri": "https://api.kexp.org/v2/plays/3621851/?format=api",
    "airdate": "2026-02-24T21:24:21-08:00",
    "show": 66022,
    "show_uri": "https://api.kexp.org/v2/shows/66022/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goca Dünya",
    "track_id": null,
    "recording_id": "d6a56639-b0a2-48f3-b9a5-eda59d66a19f",
    "artist": "Altın Gün",
    "artist_ids": [
        "cd5799f6-e6cf-4322-a659-96f5de4a2f6c"
    ],
    "album": "Rio Loco 2018",
    "release_id": null,
    "release_group_id": "57c80190-3a43-485e-8b5d-5b0e158f1ff5",
    "labels": [
        "Les Inrockuptibles"
    ],
    "label_ids": [
        "30266293-ec9d-4788-89e4-4c45583cf89d"
    ],
    "release_date": "2018-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Turkey / Nethernlands\n\nAltın Gün is a Dutch-Turkish psychedelic rock, also known as Anatolian rock, band from Amsterdam. It was founded by bassist Jasper Verhulst in 2016 when he posted an ad on Facebook looking for Turkish musicians.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}