Information about plays

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

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

{
    "id": 3598771,
    "uri": "https://api.kexp.org/v2/plays/3598771/?format=api",
    "airdate": "2026-01-01T09:58:09-08:00",
    "show": 65531,
    "show_uri": "https://api.kexp.org/v2/shows/65531/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Love Theme Nº 2",
    "track_id": "6d5781e8-ff23-48ad-9a80-734e1371b9dd",
    "recording_id": "5dbfc101-475a-4e2b-b580-9adc815c3e49",
    "artist": "Maston",
    "artist_ids": [
        "a5f1d7cc-bd25-474a-a30f-cf01c064c768"
    ],
    "album": "Darkland",
    "release_id": "007cec59-cb91-4b5d-ae71-f6016ebecaf3",
    "release_group_id": "02ad8cd5-9c04-4ead-8d0a-5a757d560555",
    "labels": [
        "Be With Records"
    ],
    "label_ids": [
        "8a3206d3-b9c6-4d02-8ab4-d539f303aab7"
    ],
    "release_date": "2021-07-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}