Information about plays

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

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

{
    "id": 3614912,
    "uri": "https://api.kexp.org/v2/plays/3614912/?format=api",
    "airdate": "2026-02-08T15:43:54-08:00",
    "show": 65880,
    "show_uri": "https://api.kexp.org/v2/shows/65880/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Another Cha-Cha + Cha-Cha Suite (Intersong)",
    "track_id": null,
    "recording_id": "fd8f6783-fcd9-4ffd-b89d-9cbe8fd17bb5",
    "artist": "Santa Esmeralda feat. Jimmy Goings",
    "artist_ids": [
        "b233a9a9-2538-4c5b-986a-5843650e2611",
        "5d2463e4-2142-4cff-913a-e4fefce5bfc6"
    ],
    "album": "Another Cha-Cha",
    "release_id": null,
    "release_group_id": "b0d43fb4-9b5f-4102-9c46-42eac213d20c",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1979-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}