Information about plays

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

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

{
    "id": 3570884,
    "uri": "https://api.kexp.org/v2/plays/3570884/?format=api",
    "airdate": "2025-10-28T04:57:10-07:00",
    "show": 64954,
    "show_uri": "https://api.kexp.org/v2/shows/64954/?format=api",
    "image_uri": "https://coverartarchive.org/release/bc07c1bf-3459-4f75-9a18-ef771f137f3c/7361106848-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bc07c1bf-3459-4f75-9a18-ef771f137f3c/7361106848-250.jpg",
    "song": "Epilogue",
    "track_id": null,
    "recording_id": "856cd36a-3f0d-436d-8726-283b6142cf55",
    "artist": "Supreme Cuts",
    "artist_ids": [
        "83c07dc3-ddb6-4d67-bdc1-2119c1f6b915"
    ],
    "album": "Divine Ecstasy",
    "release_id": null,
    "release_group_id": "99d52524-3349-4b93-a58c-1525b91e112d",
    "labels": [
        "Memphis Industries"
    ],
    "label_ids": [
        "3f99dc33-5312-419c-9f81-fe5bd7ab8df8"
    ],
    "release_date": "2014-01-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Have a great week and thanks for listening!\n\n\"I love you all unconditionally, goodbye\"\n\n<3 <3 <3 <3 <3 <3 <3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}