Information about plays

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

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

{
    "id": 3598638,
    "uri": "https://api.kexp.org/v2/plays/3598638/?format=api",
    "airdate": "2026-01-01T01:25:53-08:00",
    "show": 65529,
    "show_uri": "https://api.kexp.org/v2/shows/65529/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beautiful People (Underground Network mix)",
    "track_id": null,
    "recording_id": "6bbcf639-3305-4193-8085-88e8b8ed2764",
    "artist": "Barbara Tucker",
    "artist_ids": [
        "123eec02-145a-4d61-92c0-35529632c0fd"
    ],
    "album": "Beautiful People",
    "release_id": null,
    "release_group_id": "e1d984f8-0d73-3842-b8c1-94c6c541516d",
    "labels": [
        "Strictly Rhythm"
    ],
    "label_ids": [
        "29c1256a-d989-4035-a856-95d707e2082c"
    ],
    "release_date": "1994-02-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The track \"Beautiful People\" was Barbara Tucker's debut single and the first of seven number-one singles on the Billboard Hot Dance Club Play chart.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}