Information about plays

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

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

{
    "id": 3612201,
    "uri": "https://api.kexp.org/v2/plays/3612201/?format=api",
    "airdate": "2026-02-02T08:12:01-08:00",
    "show": 65821,
    "show_uri": "https://api.kexp.org/v2/shows/65821/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Easy",
    "track_id": "666a685c-9287-32d9-9b54-4ed009afe5b5",
    "recording_id": "9e7e019e-a320-47e0-9556-f08da98b0258",
    "artist": "Commodores",
    "artist_ids": [
        "900ab237-327b-44e2-87e4-73250bbe025a"
    ],
    "album": "Commodores",
    "release_id": "d16233a9-da9d-448d-8b53-01a85286daaf",
    "release_group_id": "ee9b6cad-ee58-3529-81ba-cc204769459c",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1977-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Commodores member Lionel Richie wrote \"Easy\" to continue the group's crossover success, with the famous line \"easy like Sunday morning\" inspired by the way \"small Southern towns...die at 11:30pm on a Saturday night\"\n\nhttps://www.commodoreslive.com/\nhttps://lionelrichie.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}