Information about plays

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

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

{
    "id": 3577419,
    "uri": "https://api.kexp.org/v2/plays/3577419/?format=api",
    "airdate": "2025-11-12T23:04:39-08:00",
    "show": 65094,
    "show_uri": "https://api.kexp.org/v2/shows/65094/?format=api",
    "image_uri": "https://coverartarchive.org/release/cc01e094-e15e-4fbc-a7b7-6417fca053dd/16305015509-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cc01e094-e15e-4fbc-a7b7-6417fca053dd/16305015509-250.jpg",
    "song": "Sweet Lady of Love",
    "track_id": null,
    "recording_id": "40d8f8de-a309-437b-8a85-481408fa8ef1",
    "artist": "Redbone",
    "artist_ids": [
        "b3fa0e6f-93db-4aa5-b76e-393e24de35ba"
    ],
    "album": "Wovoka",
    "release_id": null,
    "release_group_id": "b70e7844-a850-3e91-b389-8dd0a15d8125",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}