Information about plays

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

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

{
    "id": 3552743,
    "uri": "https://api.kexp.org/v2/plays/3552743/?format=api",
    "airdate": "2025-09-13T23:28:18-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "State of the Union",
    "track_id": "8c4065c6-f6ec-4086-91d3-7c4c0bd68285",
    "recording_id": "880aedc2-063d-44ed-b0c3-1c1fbab7404a",
    "artist": "Pleasureboaters",
    "artist_ids": [
        "6e70aa87-628c-4def-a3b3-fa49f702ff45"
    ],
    "album": "Gross",
    "release_id": "0363ba4f-e32f-4894-8696-5db9d16b30b0",
    "release_group_id": "df8da574-564b-455c-ad5d-4523d5da79b8",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2007-07-13",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle band featuring Ricky Claudon formerly of SSDD and The Carols.\n\nhttps://pleasureboaters.bandcamp.com/album/gross",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}