Information about plays

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

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

{
    "id": 3569168,
    "uri": "https://api.kexp.org/v2/plays/3569168/?format=api",
    "airdate": "2025-10-24T02:45:38-07:00",
    "show": 64916,
    "show_uri": "https://api.kexp.org/v2/shows/64916/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "PT Cruiser",
    "track_id": null,
    "recording_id": null,
    "artist": "SZA, MoRuf",
    "artist_ids": [
        "272989c8-5535-492d-a25c-9f58803e027f",
        "016a87c5-a29a-4299-b164-212a33856274"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Jersey represent! Produced by Jesse Boykins III. These two look like they're having lots of fun in this music video:\n\nhttps://www.youtube.com/watch?v=fAmSmQ5JBs0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}