Information about plays

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

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

{
    "id": 3595741,
    "uri": "https://api.kexp.org/v2/plays/3595741/?format=api",
    "airdate": "2025-12-25T07:29:11-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Needs a Holiday",
    "track_id": null,
    "recording_id": "399587ed-d7ed-4479-a8ad-3abd77c9d8ed",
    "artist": "Strawberry Whiplash",
    "artist_ids": [
        "2257bce0-76d8-46a4-817e-c73bb31b14b8"
    ],
    "album": "The Matinée Holiday Soirée",
    "release_id": null,
    "release_group_id": "d83f1d0a-e4f4-449c-8357-d997b1130c61",
    "labels": [
        "Matinée Recordings"
    ],
    "label_ids": [
        "875907dc-80c0-4843-be34-fc45781f6afa"
    ],
    "release_date": "2010-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Glasgow duo on Matinee Recordings' 2010 compilation Christmas album:\nhttps://shop.matineerecordings.com/products/various-the-matinee-holiday-soiree",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}