Information about plays

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

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

{
    "id": 3572140,
    "uri": "https://api.kexp.org/v2/plays/3572140/?format=api",
    "airdate": "2025-10-31T08:07:09-07:00",
    "show": 64982,
    "show_uri": "https://api.kexp.org/v2/shows/64982/?format=api",
    "image_uri": "https://coverartarchive.org/release/db00784b-c01a-4127-a2d0-d6f5eb7e6a00/20836493245-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/db00784b-c01a-4127-a2d0-d6f5eb7e6a00/20836493245-250.jpg",
    "song": "Bad Feeling",
    "track_id": null,
    "recording_id": "bedb9fd4-41da-4db3-b2be-dd135e29664b",
    "artist": "Cobra Man",
    "artist_ids": [
        "ddceb6ca-af5a-4622-9edc-2c65a99dcc88"
    ],
    "album": "Toxic Planet",
    "release_id": null,
    "release_group_id": "b6d0332a-0cbf-4fd3-b36d-b91f143ae653",
    "labels": [
        "Goner Records"
    ],
    "label_ids": [
        "5f34cb71-a278-447e-be19-1d068d3e74ca"
    ],
    "release_date": "2018-08-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "L.A. duo Cobra Man was Andy Harry and Sarah Rayne.  They have broken up and have a legal dispute. Want to read the judge's ruling?: https://rulings.law/rulings/judge-randolph-m-hammock/23stcv24100-2024-10-24.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}