Information about plays

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

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

{
    "id": 3578661,
    "uri": "https://api.kexp.org/v2/plays/3578661/?format=api",
    "airdate": "2025-11-15T20:07:18-08:00",
    "show": 65121,
    "show_uri": "https://api.kexp.org/v2/shows/65121/?format=api",
    "image_uri": "https://dn710301.ca.archive.org/0/items/mbid-a5be4b81-90ec-3283-94f9-9773d9fc96ce/mbid-a5be4b81-90ec-3283-94f9-9773d9fc96ce-18695231826_thumb500.jpg",
    "thumbnail_uri": "https://dn710301.ca.archive.org/0/items/mbid-a5be4b81-90ec-3283-94f9-9773d9fc96ce/mbid-a5be4b81-90ec-3283-94f9-9773d9fc96ce-18695231826_thumb250.jpg",
    "song": "Say Hello",
    "track_id": "5f07379c-d2f7-3802-a6b5-f29c05fc5c38",
    "recording_id": "6112c147-5f53-4138-80e2-b2e1d7675aa4",
    "artist": "Stars of Track and Field",
    "artist_ids": [
        "63beaddc-ea36-4351-bd95-f99914c230ce"
    ],
    "album": "Centuries Before Love and War",
    "release_id": "e167abe6-1498-48f7-bf5b-15ea8a60c0c5",
    "release_group_id": "afa05dd3-ebce-32d2-9791-98a14f29eeba",
    "labels": [
        "Wind‐up"
    ],
    "label_ids": [
        "35afb62c-dce7-41a2-a62b-103a8db541de"
    ],
    "release_date": "2007-01-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Off of Portland band Stars of Track and Field's third record, which came out in 2006!",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}