Information about plays

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

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

{
    "id": 3595951,
    "uri": "https://api.kexp.org/v2/plays/3595951/?format=api",
    "airdate": "2025-12-25T18:05:50-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teenage Christmas",
    "track_id": null,
    "recording_id": "0276fdbf-516c-4eee-893e-0b10c91ce34b",
    "artist": "The Jacobites",
    "artist_ids": [
        "87517d95-b738-4708-83ad-76facc636245"
    ],
    "album": "God Save Us Poor Sinners",
    "release_id": null,
    "release_group_id": "aaaed93c-490f-342c-b945-ee6565d11ed5",
    "labels": [
        "BOMP! Records"
    ],
    "label_ids": [
        "43468682-b489-4e05-841e-f5a6edd9b5d3"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}