Information about plays

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

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

{
    "id": 3634390,
    "uri": "https://api.kexp.org/v2/plays/3634390/?format=api",
    "airdate": "2026-03-27T21:18:17-07:00",
    "show": 66296,
    "show_uri": "https://api.kexp.org/v2/shows/66296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Where Are the Kings of Africa",
    "track_id": null,
    "recording_id": "dcb77619-e50b-490e-8e13-36860ea1428b",
    "artist": "Metal Orizon",
    "artist_ids": [
        "34aafde3-6eb8-4080-a2b9-60034f7b59d8"
    ],
    "album": "Kings of Africa",
    "release_id": null,
    "release_group_id": "5aa73831-904b-4f56-b526-ac478464b898",
    "labels": [],
    "label_ids": [],
    "release_date": "2018-02-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Botswana legendary African Tribal Heavy Metal Band, Metal Orizon!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}