Information about plays

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

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

{
    "id": 3586617,
    "uri": "https://api.kexp.org/v2/plays/3586617/?format=api",
    "airdate": "2025-12-04T07:18:10-08:00",
    "show": 65285,
    "show_uri": "https://api.kexp.org/v2/shows/65285/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chasing Paper",
    "track_id": "d90504f1-97e9-4397-9c01-3dd459fd131e",
    "recording_id": "8c664994-3fd3-4a71-9310-2e710dc67b4c",
    "artist": "The Brudi Brothers",
    "artist_ids": [
        "e4f19c6c-78ab-4c98-a3dd-e7446aa24f79"
    ],
    "album": "See You Soon",
    "release_id": "78040f6a-75b3-4406-bb45-7a9c72794312",
    "release_group_id": "a7e305d3-5c89-456f-aa48-9792097f1211",
    "labels": [
        "Fat and Sassy Records"
    ],
    "label_ids": [
        "3f6d4ac8-88e2-4ff1-a300-487539c927fc"
    ],
    "release_date": "2020-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Brudi Brothers will be at The Showbox for SMooCH fest on Dec. 13, with your emcee, John Richards! 21+\nhttps://www.showboxpresents.com/events/detail/1170561",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}