Information about plays

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

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

{
    "id": 3572756,
    "uri": "https://api.kexp.org/v2/plays/3572756/?format=api",
    "airdate": "2025-11-01T20:04:18-07:00",
    "show": 64997,
    "show_uri": "https://api.kexp.org/v2/shows/64997/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghost Babe",
    "track_id": null,
    "recording_id": "91512b30-9ccb-4c86-8321-cff016ceeb19",
    "artist": "Low Hums",
    "artist_ids": [
        "caa0d41d-ac5a-49db-a770-e1cabe427a48"
    ],
    "album": "Zzyzx",
    "release_id": null,
    "release_group_id": "06bee1a3-61bb-4dba-be3b-618d31dc25de",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-11-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}