Information about plays

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

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

{
    "id": 3543551,
    "uri": "https://api.kexp.org/v2/plays/3543551/?format=api",
    "airdate": "2025-08-23T01:23:26-07:00",
    "show": 64360,
    "show_uri": "https://api.kexp.org/v2/shows/64360/?format=api",
    "image_uri": "https://coverartarchive.org/release/04a3decf-145e-4455-8563-3f620744f64c/21998058816-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/04a3decf-145e-4455-8563-3f620744f64c/21998058816-250.jpg",
    "song": "Words Unspoken",
    "track_id": null,
    "recording_id": null,
    "artist": "Dearly Departure",
    "artist_ids": [
        "c0cc8f5d-5931-4ca7-83b4-be56e2b039d9"
    ],
    "album": "Genesis",
    "release_id": null,
    "release_group_id": "0118f558-378e-47ed-8ccb-4f206df6b8c9",
    "labels": [
        "100% Silk"
    ],
    "label_ids": [
        "a2c1ee95-a861-4534-ab57-fdc6577f8563"
    ],
    "release_date": "2018-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(One of my go-to cassettes)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}