Information about plays

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

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

{
    "id": 3630315,
    "uri": "https://api.kexp.org/v2/plays/3630315/?format=api",
    "airdate": "2026-03-17T20:01:39-07:00",
    "show": 66209,
    "show_uri": "https://api.kexp.org/v2/shows/66209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Baraye",
    "track_id": null,
    "recording_id": null,
    "artist": "Azam Ali, Arash Avin, Hamed Nikpay, Loga Ramin Torkian",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2023-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Originally written and performed by young Iranian singer/songwriter Shervin Hajipour in the early days of the recent Iranian uprising in which he brilliantly strung together tweets from the public to form the poignant lyrics of what has gone on to become an anthem of the Iranian people in their quest for freedom.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}