Information about plays

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

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

{
    "id": 3641882,
    "uri": "https://api.kexp.org/v2/plays/3641882/?format=api",
    "airdate": "2026-04-14T07:03:50-07:00",
    "show": 66450,
    "show_uri": "https://api.kexp.org/v2/shows/66450/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lloyd's Plans For the Future",
    "track_id": null,
    "recording_id": null,
    "artist": "John Cusack",
    "artist_ids": [
        "99dc87eb-4f82-4b31-b73d-6599e77ab81f"
    ],
    "album": "Say Anything",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "20th Century Fox"
    ],
    "label_ids": [
        "ea4d4d35-21ac-46f0-853c-1930d5d2edd0"
    ],
    "release_date": "1989-04-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}