Information about plays

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

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

{
    "id": 3547830,
    "uri": "https://api.kexp.org/v2/plays/3547830/?format=api",
    "airdate": "2025-09-02T03:59:38-07:00",
    "show": 64451,
    "show_uri": "https://api.kexp.org/v2/shows/64451/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Counts of Saint Germain (ft. Sleep Sinatra, Teller Bank$)",
    "track_id": null,
    "recording_id": null,
    "artist": "AJ Suede",
    "artist_ids": [
        "3813b291-5464-4451-aa49-2f31239c10c8"
    ],
    "album": "Grateful Dread",
    "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": "New Suedegod! One of the most prolific rappers in Seattle hands down\n\nhttps://ajsuede.bandcamp.com/album/grateful-dread",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}