Information about plays

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

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

{
    "id": 3603967,
    "uri": "https://api.kexp.org/v2/plays/3603967/?format=api",
    "airdate": "2026-01-13T19:36:56-08:00",
    "show": 65643,
    "show_uri": "https://api.kexp.org/v2/shows/65643/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pishdaramad (Prelude)",
    "track_id": null,
    "recording_id": "a1260377-fe3e-40e8-989c-4148b50d84f5",
    "artist": "Ali Azimi",
    "artist_ids": [
        "d3854ada-ee35-46e9-a51e-4c4266985355"
    ],
    "album": "Aghaye Past (Mr. Mean)",
    "release_id": null,
    "release_group_id": "f157cc8d-64e1-4423-8e23-a318d7b4a57c",
    "labels": [
        "Sakkou Records"
    ],
    "label_ids": [
        "5697e5a1-8769-4af5-8181-353edb49691a"
    ],
    "release_date": "2013-10-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born and raised in Tehran, Iran\n\nAfter studying and working in Engineering at Tehran University and the United Kingdom, Ali decided to shift his focus and follow his passion for music in his early 30s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}