Information about plays

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

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

{
    "id": 3569340,
    "uri": "https://api.kexp.org/v2/plays/3569340/?format=api",
    "airdate": "2025-10-24T11:42:07-07:00",
    "show": 64919,
    "show_uri": "https://api.kexp.org/v2/shows/64919/?format=api",
    "image_uri": "https://ia601900.us.archive.org/14/items/mbid-77f93e6d-19bb-416c-8fff-45cd4e7e5edd/mbid-77f93e6d-19bb-416c-8fff-45cd4e7e5edd-29678479082_thumb500.jpg",
    "thumbnail_uri": "https://ia801900.us.archive.org/14/items/mbid-77f93e6d-19bb-416c-8fff-45cd4e7e5edd/mbid-77f93e6d-19bb-416c-8fff-45cd4e7e5edd-29678479082_thumb250.jpg",
    "song": "Torch",
    "track_id": "8a8413d3-0108-35e2-ba93-d37a7648c310",
    "recording_id": "f993fa46-a147-4c76-9403-f2376892e8e8",
    "artist": "Pinback",
    "artist_ids": [
        "1f16a425-2606-4137-a6b7-234b6dabe037"
    ],
    "album": "Autumn of the Seraphs",
    "release_id": "77f93e6d-19bb-416c-8fff-45cd4e7e5edd",
    "release_group_id": "d73f89a4-f5ed-374b-9b72-e857654b676c",
    "labels": [
        "Touch and Go Records"
    ],
    "label_ids": [
        "9a2cad26-48de-4e7c-97a5-354f52c6e027"
    ],
    "release_date": "2007-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Rob Crow's consistently rewarding group offers another record built on the sophisticated interplay and Swiss-watch-slick rhythms between its main players.\"\n\nRead more from this review of the 2007 album here: https://tinyurl.com/2z9xedcs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}