Information about plays

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

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

{
    "id": 3638150,
    "uri": "https://api.kexp.org/v2/plays/3638150/?format=api",
    "airdate": "2026-04-05T11:05:15-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Glitter Up the Dark",
    "track_id": null,
    "recording_id": "9a81d5ac-2bc5-4c4d-8009-d0715fde126d",
    "artist": "Jessye DeSilva",
    "artist_ids": [
        "0194af85-0820-4894-a5ce-567ac07c4336"
    ],
    "album": "Glitter Up the Dark",
    "release_id": null,
    "release_group_id": "243481e1-7335-4b4f-84e6-3c581eb9bcc8",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2026-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}