Information about plays

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

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

{
    "id": 3573223,
    "uri": "https://api.kexp.org/v2/plays/3573223/?format=api",
    "airdate": "2025-11-02T19:32:26-08:00",
    "show": 65006,
    "show_uri": "https://api.kexp.org/v2/shows/65006/?format=api",
    "image_uri": "https://coverartarchive.org/release/e239a6e4-ecf2-481b-8b66-689b6990e85f/15284998275-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e239a6e4-ecf2-481b-8b66-689b6990e85f/15284998275-250.jpg",
    "song": "You Know What I Like",
    "track_id": null,
    "recording_id": "dce993f8-f0f2-4bea-83bc-6552f060dd93",
    "artist": "Sympho‐State",
    "artist_ids": [
        "15e111a8-be54-431c-97ad-04f4bc02194e"
    ],
    "album": "Disco: A Fine Selection of Independent Disco, Modern Soul & Boogie 1978–82",
    "release_id": null,
    "release_group_id": "271f2eda-9190-45af-9c17-b8e215fe4e89",
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "1979-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sympho‐State originally released \"You Know What I Like\" as a b-side to \"Fever\" in 1979, but you can find the track on the 2014 compilation album Disco: A Fine Selection of Independent Disco, Modern Soul & Boogie 1978–82.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}