Information about plays

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

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

{
    "id": 3588206,
    "uri": "https://api.kexp.org/v2/plays/3588206/?format=api",
    "airdate": "2025-12-07T19:27:03-08:00",
    "show": 65316,
    "show_uri": "https://api.kexp.org/v2/shows/65316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Say Ow Ow Ow",
    "track_id": null,
    "recording_id": "cf2fa32f-eaaa-467d-b578-a1863ade2661",
    "artist": "Van Jones",
    "artist_ids": [
        "b6e19316-3b86-467b-a841-de4a1601c70d"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Arrowhead Records"
    ],
    "label_ids": [],
    "release_date": "1979-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Van Jones released \"Say Ow Ow Ow\" in 1979.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}