Information about plays

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

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

{
    "id": 3590898,
    "uri": "https://api.kexp.org/v2/plays/3590898/?format=api",
    "airdate": "2025-12-14T04:44:41-08:00",
    "show": 65374,
    "show_uri": "https://api.kexp.org/v2/shows/65374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crucificados pelo sistema",
    "track_id": null,
    "recording_id": "e5fe227b-6cc9-4d91-b73a-81bfcfcef874",
    "artist": "Ratos de Porão",
    "artist_ids": [
        "0a61f71a-92e8-4d3e-adc0-e44469aba069"
    ],
    "album": "Crucificados pelo sistema",
    "release_id": null,
    "release_group_id": "26ce654f-4308-38a0-8614-8ec23d60d528",
    "labels": [
        "Peculio Discos"
    ],
    "label_ids": [
        "9fd2daf5-7483-4fc7-b3ca-d1938f115731"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead singer João Gordo has a YouTube channel where he hosts a talk show and cooks vegan food, called Panelaço.\n\nhttps://www.youtube.com/channel/UCmRFj7s3qBtadUujBd3Tujg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}