Information about plays

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

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

{
    "id": 3583913,
    "uri": "https://api.kexp.org/v2/plays/3583913/?format=api",
    "airdate": "2025-11-28T03:45:11-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eat It and Beat It",
    "track_id": "96d5cb06-1c4a-4375-b165-5708ee4cbf13",
    "recording_id": "36aaebae-799f-4ffc-85b1-d23649c5aa8d",
    "artist": "Sheer Mag",
    "artist_ids": [
        "cdf4785a-e2da-47b0-b98c-4bfac0665850"
    ],
    "album": "Playing Favorites",
    "release_id": "1b2924fa-af19-431f-b352-cab2bdd2cebf",
    "release_group_id": "45b7d628-cd84-4192-b696-7e261e64bda3",
    "labels": [
        "Third Man Records"
    ],
    "label_ids": [
        "95336f80-eef4-41fa-a4ca-d4bc4ecebcde"
    ],
    "release_date": "2024-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}