Information about plays

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

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

{
    "id": 3593929,
    "uri": "https://api.kexp.org/v2/plays/3593929/?format=api",
    "airdate": "2025-12-21T08:24:06-08:00",
    "show": 65437,
    "show_uri": "https://api.kexp.org/v2/shows/65437/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Perfect Days",
    "track_id": null,
    "recording_id": null,
    "artist": "RuiijiKun",
    "artist_ids": [],
    "album": "SAMAKA",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "casual low grind"
    ],
    "label_ids": [
        "b0de0ea6-feda-415a-aa68-6300fcee1a6a"
    ],
    "release_date": "2024-12-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a late 2024 album from Manila-based artist and producer RuiijiKun ~ https://ruiijikun.bandcamp.com/album/samaka",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}