Information about plays

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

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

{
    "id": 3549786,
    "uri": "https://api.kexp.org/v2/plays/3549786/?format=api",
    "airdate": "2025-09-06T22:14:05-07:00",
    "show": 64495,
    "show_uri": "https://api.kexp.org/v2/shows/64495/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She Cracked",
    "track_id": null,
    "recording_id": "5739d3e2-2045-4da7-a3b7-8c89571e2063",
    "artist": "Seaweed",
    "artist_ids": [
        "82aa1374-7c47-43e8-857d-11d723fe4c1a"
    ],
    "album": "Go Your Own Way",
    "release_id": null,
    "release_group_id": "f9dd1c3a-3995-3b2d-a3fa-b90ef3ee825c",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Tacoma's Seaweed released six albums between 1989 and 1999, followed by a hiatus that lasted until 2007. They then disbanded a second time in 2014.\n\nhttps://www.revolutioncomeandgone.com/articles/15/visualize-tacoma-the-story-of-seaweed.php",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}