Information about plays

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

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

{
    "id": 3595563,
    "uri": "https://api.kexp.org/v2/plays/3595563/?format=api",
    "airdate": "2025-12-24T23:02:40-08:00",
    "show": 65468,
    "show_uri": "https://api.kexp.org/v2/shows/65468/?format=api",
    "image_uri": "https://coverartarchive.org/release/1e3adfd2-4340-4403-a83a-2f94886565d8/6062851585-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1e3adfd2-4340-4403-a83a-2f94886565d8/6062851585-250.jpg",
    "song": "Christmas Is Love",
    "track_id": null,
    "recording_id": "7ccfea8d-cd39-43aa-ad1e-c5c746ad4142",
    "artist": "James Brown",
    "artist_ids": [
        "20ff3303-4fe2-4a47-a1b6-291e26aa3438"
    ],
    "album": "The Complete James Brown Christmas",
    "release_id": null,
    "release_group_id": "ba5f0583-43fd-4b33-b255-93d3edbb9923",
    "labels": [
        "Hip‐O Select"
    ],
    "label_ids": [
        "806a6363-9766-4dc1-8352-d3c2a1ac0ce9"
    ],
    "release_date": "2010-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}