Information about plays

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

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

{
    "id": 3589298,
    "uri": "https://api.kexp.org/v2/plays/3589298/?format=api",
    "airdate": "2025-12-10T10:16:06-08:00",
    "show": 65339,
    "show_uri": "https://api.kexp.org/v2/shows/65339/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "ONLINE",
    "track_id": null,
    "recording_id": null,
    "artist": "Moe Shop feat. TORIENA",
    "artist_ids": [],
    "album": "The Sound of Yars Rising (Official Soundtrack)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Atari Interactive, Inc."
    ],
    "label_ids": [],
    "release_date": "2025-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track from the French, Tokyo-based producer is for the soundtrack of the game Yars Rising.\nhttps://moeshop.bandcamp.com/\n\nWatch the animated music video here: https://www.youtube.com/watch?v=-KhQHMX2z3Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}