Information about plays

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

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

{
    "id": 3607432,
    "uri": "https://api.kexp.org/v2/plays/3607432/?format=api",
    "airdate": "2026-01-22T00:44:50-08:00",
    "show": 65719,
    "show_uri": "https://api.kexp.org/v2/shows/65719/?format=api",
    "image_uri": "https://coverartarchive.org/release/ee0d7b21-1493-495b-a314-2146941281a3/11086158708-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ee0d7b21-1493-495b-a314-2146941281a3/11086158708-250.jpg",
    "song": "Only Babies Cry",
    "track_id": null,
    "recording_id": "006fc1f4-ac50-40d1-a936-cd9c26107cab",
    "artist": "Paul Baribeau",
    "artist_ids": [
        "b92a78c0-ee14-42e3-9c02-479512c79ccc"
    ],
    "album": "Paul Baribeau",
    "release_id": null,
    "release_group_id": "402eaf18-38ec-340e-a333-9f5de19d9494",
    "labels": [
        "Plan-it-X"
    ],
    "label_ids": [
        "5073df0c-0661-4277-820e-20ae13afba9c"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "https://paulbaribeau.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}