Information about plays

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

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

{
    "id": 3544703,
    "uri": "https://api.kexp.org/v2/plays/3544703/?format=api",
    "airdate": "2025-08-25T16:21:42-07:00",
    "show": 64387,
    "show_uri": "https://api.kexp.org/v2/shows/64387/?format=api",
    "image_uri": "https://coverartarchive.org/release/44b70f4c-d1a1-440f-b923-3a70a9b8cec1/10028259745-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/44b70f4c-d1a1-440f-b923-3a70a9b8cec1/10028259745-250.jpg",
    "song": "Shake Everything You've Got",
    "track_id": null,
    "recording_id": "603feb72-d26f-46e5-8d6d-7d7cb7281522",
    "artist": "Maceo Parker",
    "artist_ids": [
        "7ec0b91d-c6ad-417e-934c-decfdc45bada"
    ],
    "album": "Life on Planet Groove",
    "release_id": null,
    "release_group_id": "523cea6d-95d6-391d-94c5-5dced87a3faf",
    "labels": [
        "PolyGram Records, Inc."
    ],
    "label_ids": [
        "dd9b460c-c27b-424c-8e25-7bb441ed8618"
    ],
    "release_date": "1992-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "recorded in concert at the club Stadtgarten in Cologne, Germany.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}