Information about plays

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

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

{
    "id": 3581760,
    "uri": "https://api.kexp.org/v2/plays/3581760/?format=api",
    "airdate": "2025-11-23T03:43:03-08:00",
    "show": 65186,
    "show_uri": "https://api.kexp.org/v2/shows/65186/?format=api",
    "image_uri": "https://dn710701.ca.archive.org/0/items/mbid-0df19cac-877c-4dae-9c09-83f1509ee181/mbid-0df19cac-877c-4dae-9c09-83f1509ee181-21009277200_thumb500.jpg",
    "thumbnail_uri": "https://dn710701.ca.archive.org/0/items/mbid-0df19cac-877c-4dae-9c09-83f1509ee181/mbid-0df19cac-877c-4dae-9c09-83f1509ee181-21009277200_thumb250.jpg",
    "song": "Whip-Poor-Will",
    "track_id": "01fd10d4-c6a6-3c66-904d-230a59d62768",
    "recording_id": "6051a419-a9ac-4394-8cd0-1e4cc040e460",
    "artist": "Magnolia Electric Co.",
    "artist_ids": [
        "2cc97fda-63f6-4ea7-9100-7ca3e51bd881"
    ],
    "album": "Josephine",
    "release_id": "0df19cac-877c-4dae-9c09-83f1509ee181",
    "release_group_id": "1776b9bc-f193-4dac-9622-306f5c18ace7",
    "labels": [
        "Secretly Canadian"
    ],
    "label_ids": [
        "dd6afc9a-6352-4c96-aeb6-9a73e2bf1519"
    ],
    "release_date": "2009-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}