Information about plays

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

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

{
    "id": 3585149,
    "uri": "https://api.kexp.org/v2/plays/3585149/?format=api",
    "airdate": "2025-11-30T18:54:44-08:00",
    "show": 65255,
    "show_uri": "https://api.kexp.org/v2/shows/65255/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This Love Is for Real",
    "track_id": null,
    "recording_id": "93ef0028-5d4b-4efd-ab5e-bcebd5f6d5d1",
    "artist": "Ron Banks",
    "artist_ids": [
        "7964c3c1-9060-446d-ad2b-5e74e39f1d94"
    ],
    "album": "Soul Souvenirs - Volume Two",
    "release_id": null,
    "release_group_id": "a4d86ae5-707d-42fe-b519-4f816fd0b6e8",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1991-09-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This Love Is For Real, featuring vocals – Belita Woods. \n\nRon Banks, nicknamed \"Banko\"; founded the Dramatics whilst attending Cleveland Jr. High. His brother, Bryan Banks, sang with Five Special. \n\nhttps://www.discogs.com/artist/41269-Ron-Banks",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}