Information about plays

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

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

{
    "id": 3580757,
    "uri": "https://api.kexp.org/v2/plays/3580757/?format=api",
    "airdate": "2025-11-20T20:00:13-08:00",
    "show": 65164,
    "show_uri": "https://api.kexp.org/v2/shows/65164/?format=api",
    "image_uri": "https://coverartarchive.org/release/cb9ef3cf-03d3-4ca2-b448-95eb6d8182fb/3630963260-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cb9ef3cf-03d3-4ca2-b448-95eb6d8182fb/3630963260-250.jpg",
    "song": "Dreams Come True",
    "track_id": null,
    "recording_id": "173449c7-5ec1-44dc-ba18-7580d36a1374",
    "artist": "S.E.S.",
    "artist_ids": [
        "62814dab-64fe-4b70-b870-81c0145ba552"
    ],
    "album": "Sea & Eugene & Shoo",
    "release_id": null,
    "release_group_id": "1a23186a-7fa6-4b2f-976a-f5aa60548538",
    "labels": [
        "avex trax"
    ],
    "label_ids": [
        "168f48c8-057e-4974-9600-aa9956d21e1a"
    ],
    "release_date": "1998-11-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "S.E.S. was a South Korean girl group formed in 1997 by SM Entertainment, featuring three members: Bada, Eugene, and Shoo.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}