Information about plays

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

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

{
    "id": 3656681,
    "uri": "https://api.kexp.org/v2/plays/3656681/?format=api",
    "airdate": "2026-05-19T04:15:56-07:00",
    "show": 66756,
    "show_uri": "https://api.kexp.org/v2/shows/66756/?format=api",
    "image_uri": "https://coverartarchive.org/release/7fe6444e-59a3-458c-8cc1-e9dec3d8a499/26956039658-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7fe6444e-59a3-458c-8cc1-e9dec3d8a499/26956039658-250.jpg",
    "song": "Black Lipstick",
    "track_id": null,
    "recording_id": "3eccd944-9781-4fe8-b390-b1fc472808c1",
    "artist": "Chicano Batman",
    "artist_ids": [
        "46efbaa6-1bf3-44b5-8838-67f77d77aa96"
    ],
    "album": "Black Lipstick",
    "release_id": null,
    "release_group_id": "71b45ce3-2c0a-4c8b-9a3e-89f94ae26323",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-04-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "S/o Skyler thanks for the request!\n\nhttps://www.youtube.com/watch?v=3sOXiL05VSY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}