Information about plays

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

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

{
    "id": 3594196,
    "uri": "https://api.kexp.org/v2/plays/3594196/?format=api",
    "airdate": "2025-12-21T20:23:16-08:00",
    "show": 65441,
    "show_uri": "https://api.kexp.org/v2/shows/65441/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sending My Love",
    "track_id": null,
    "recording_id": "12af1ced-c096-4d4f-8042-04133254be24",
    "artist": "Zhané",
    "artist_ids": [
        "51b59633-b9cc-48b8-b7db-72a06452069a"
    ],
    "album": "Pronounced Jah‐Nay",
    "release_id": null,
    "release_group_id": "7d91bc45-530b-35b7-a954-9c0581cb60ed",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1994-02-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut album from Philadelphia duo Zhané.  The group was made up of Renée Neufville and Jean Norris. The two met in the early 90's and collaborated together long before becoming a group. \n\nCheck out Chloe x Halle's cover of Zhané's \"Sending My Love\": https://bit.ly/3HGHveE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}