Information about plays

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

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

{
    "id": 3543844,
    "uri": "https://api.kexp.org/v2/plays/3543844/?format=api",
    "airdate": "2025-08-23T18:22:19-07:00",
    "show": 64369,
    "show_uri": "https://api.kexp.org/v2/shows/64369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "AIM-HI",
    "track_id": null,
    "recording_id": null,
    "artist": "Oblé Reed",
    "artist_ids": [
        "7b332b28-cd7f-45e4-9f68-68952ceb7915"
    ],
    "album": "LINE LEADERS",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From the newest amazing Oble Reed project Line Leaders! Listen to the whole thing below:\n\nhttps://open.spotify.com/album/01Rjv79w0OMjPQQRNsQvJk\n\nWatch the music video for \"AIM-HI\":\n\nyoutube.com/watch?v=ee-Ymy_nh1w&pp=0gcJCYUJAYcqIYzv",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}