Information about plays

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

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

{
    "id": 3521902,
    "uri": "https://api.kexp.org/v2/plays/3521902/?format=api",
    "airdate": "2025-07-03T01:34:19-07:00",
    "show": 63904,
    "show_uri": "https://api.kexp.org/v2/shows/63904/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ace Trumpets",
    "track_id": null,
    "recording_id": null,
    "artist": "Clipse",
    "artist_ids": [
        "e6424fa5-08d3-41c6-96f3-8549f733708c"
    ],
    "album": "Let God Sort Em Out",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1994, Clipse is a hip hop duo from Virginia Beach comprised of brothers Gene \"Malice\" and Terrence \"Pusha T\" Thornton. Their forthcoming album, Let God Sort Em Out, is set to release on July 11th. It will mark their first LP in 16 years!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}