Information about plays

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

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

{
    "id": 3545920,
    "uri": "https://api.kexp.org/v2/plays/3545920/?format=api",
    "airdate": "2025-08-28T15:07:12-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://coverartarchive.org/release/cebd6ce7-e01d-4e12-b0a2-5d9e6ed5403e/16177664134-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cebd6ce7-e01d-4e12-b0a2-5d9e6ed5403e/16177664134-250.jpg",
    "song": "Space Children",
    "track_id": null,
    "recording_id": "7f505bb7-1af8-4e1c-8648-ebdd0940ef9a",
    "artist": "LaBelle",
    "artist_ids": [
        "875074d3-6458-47b4-b515-f7ecda93bd8d"
    ],
    "album": "Lady Marmalade",
    "release_id": null,
    "release_group_id": "53cdd755-b4db-3817-902f-8c80c0ced2ac",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1974-11-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The vocals from  this 1974 song from LaBelle were sampled by George Clinton for Funkadelic's \"Cosmic Slop.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}