Information about plays

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

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

{
    "id": 3593081,
    "uri": "https://api.kexp.org/v2/plays/3593081/?format=api",
    "airdate": "2025-12-19T12:46:55-08:00",
    "show": 65418,
    "show_uri": "https://api.kexp.org/v2/shows/65418/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inland Ocean",
    "track_id": "2fe5e730-678f-40e6-8a65-c2a1014620cd",
    "recording_id": "60b14930-07a9-4549-a874-bef44046729c",
    "artist": "Matt Berninger",
    "artist_ids": [
        "991813f5-27c6-4ff3-88dd-90e750dad545"
    ],
    "album": "Get Sunk",
    "release_id": "25bc6a20-4e76-4245-b63f-42cd8b479122",
    "release_group_id": "b205e08c-1847-4265-958d-ef9c92268270",
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2025-05-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#68 on our countdown of YOUR favorite albums of 2025\n\nBest known as the frontman and lyricist for The National, Matt Berninger released with his sophomore solo album, Get Sunk, in May.  The album follows up his 2020 debut, Serpentine Prison. \n\nhttps://mattberninger.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}