Information about plays

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

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

{
    "id": 3593285,
    "uri": "https://api.kexp.org/v2/plays/3593285/?format=api",
    "airdate": "2025-12-20T00:44:39-08:00",
    "show": 65423,
    "show_uri": "https://api.kexp.org/v2/shows/65423/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lyfe 'n' Tyme",
    "track_id": null,
    "recording_id": "2043450d-bac4-4744-ae8e-2537772bf88f",
    "artist": "The B.U.M.S.",
    "artist_ids": [
        "0ef0ccb1-d9fd-48c7-9cf3-704a6b8634d9"
    ],
    "album": "Lyfe 'n' Tyme",
    "release_id": null,
    "release_group_id": "6993885b-955f-30fe-a892-997c57bee132",
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "1995-06-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}