Information about plays

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

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

{
    "id": 3589965,
    "uri": "https://api.kexp.org/v2/plays/3589965/?format=api",
    "airdate": "2025-12-12T02:03:58-08:00",
    "show": 65352,
    "show_uri": "https://api.kexp.org/v2/shows/65352/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Flex",
    "track_id": null,
    "recording_id": null,
    "artist": "Dawn Richard",
    "artist_ids": [
        "1a10b34d-293a-42f6-856c-fb44d19210f6"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Merge Records"
    ],
    "label_ids": [],
    "release_date": "2025-12-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single!\n\nhttps://dawnrichard.bandcamp.com/album/a-flex",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}