Information about plays

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

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

{
    "id": 3614964,
    "uri": "https://api.kexp.org/v2/plays/3614964/?format=api",
    "airdate": "2026-02-08T19:03:06-08:00",
    "show": 65881,
    "show_uri": "https://api.kexp.org/v2/shows/65881/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Easy (To Fall in Love) (Flipout Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Olivia Dean",
    "artist_ids": [
        "15e0d608-0869-429b-898d-3d8db3ecedd5"
    ],
    "album": "The Art of Loving",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"So Easy (To Fall in Love)\" is a song by English singer-songwriter Olivia Dean, released as the fourth single from her second studio album The Art of Loving, which was released on the same day.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}