Information about plays

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

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

{
    "id": 3519684,
    "uri": "https://api.kexp.org/v2/plays/3519684/?format=api",
    "airdate": "2025-06-27T22:14:34-07:00",
    "show": 63854,
    "show_uri": "https://api.kexp.org/v2/shows/63854/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Next To You",
    "track_id": null,
    "recording_id": null,
    "artist": "Erykah Badu, Alchemist",
    "artist_ids": [],
    "album": "Abi & Alan",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Control Freaq Records / EMPIRE"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Erykah Badu & Alchemist are Abi & Alan, with a new album and tour just announced!\n\nAugust 8, Seattle, Showbox SoDo\n\nhttps://abiandalan.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}