Information about plays

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

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

{
    "id": 3585148,
    "uri": "https://api.kexp.org/v2/plays/3585148/?format=api",
    "airdate": "2025-11-30T18:50:51-08:00",
    "show": 65255,
    "show_uri": "https://api.kexp.org/v2/shows/65255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Running",
    "track_id": null,
    "recording_id": null,
    "artist": "Factoría Musical",
    "artist_ids": [],
    "album": "Running",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Cúspide"
    ],
    "label_ids": [
        "a681870a-823d-42f9-9340-1e6019361a5e"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Factoría Musical released their cover of Earth, Wind & Fire's \"Running\" in 1982 and included it on their album of the same name. \n\nMembers of Factoría Musical include: Antonio Peral, David Pybus, Joan Albert Amargos, Jordi Bonell, Liba Villavecchia, Lluis Vidal, Rafael Escoté, and Xavier Garriga.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}