Information about plays

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

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

{
    "id": 3603963,
    "uri": "https://api.kexp.org/v2/plays/3603963/?format=api",
    "airdate": "2026-01-13T19:23:04-08:00",
    "show": 65643,
    "show_uri": "https://api.kexp.org/v2/shows/65643/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghadah",
    "track_id": null,
    "recording_id": null,
    "artist": "O‐Hum",
    "artist_ids": [
        "5fe4270c-aa67-4002-93e7-3278c13d4ed8"
    ],
    "album": "In Kherghe Biandaz",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nashr-e Nofe"
    ],
    "label_ids": [],
    "release_date": "2014-03-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Led by Shahram Sharbaf\n\nO-Hum means \"illusions\" in Farsi.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}