Information about plays

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

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

{
    "id": 3599090,
    "uri": "https://api.kexp.org/v2/plays/3599090/?format=api",
    "airdate": "2026-01-02T04:48:11-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Choose You",
    "track_id": "5af384c2-9ec8-306b-ad0f-bbd5ee75166a",
    "recording_id": "9ed0c246-8bdf-42e4-a3e9-53bfb9bdacee",
    "artist": "Willie Hutch",
    "artist_ids": [
        "870b79e0-10b7-4e19-b11f-65607cffad9a"
    ],
    "album": "The Very Best Of",
    "release_id": "cdebe73c-8b44-4953-9e07-f820e2bbd274",
    "release_group_id": "5fe2445e-7d8e-3a2d-a372-08527ea82b6b",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1998-08-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1973 song was featured on \"The Mack\" soundtrack and covered by Keyshia Cole and Sarah Bareilles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}