Information about plays

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

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

{
    "id": 3579362,
    "uri": "https://api.kexp.org/v2/plays/3579362/?format=api",
    "airdate": "2025-11-17T10:29:31-08:00",
    "show": 65136,
    "show_uri": "https://api.kexp.org/v2/shows/65136/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sweet Ona Rose",
    "track_id": null,
    "recording_id": "ca140890-abc4-4c1b-a489-23221c7bbfff",
    "artist": "Pete Krebs & the Gossamer Wings",
    "artist_ids": [
        "e6e47c4f-be7a-4361-8b7c-50d2b68edf97"
    ],
    "album": "Sweet Ona Rose",
    "release_id": null,
    "release_group_id": "9bdb855e-d84b-38b4-9016-5a31c0f8367b",
    "labels": [
        "Cavity Search"
    ],
    "label_ids": [
        "45303356-1959-4084-b85c-7897fbdb29e6"
    ],
    "release_date": "1999-04-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Music out of Portland from the late 90's. Formerly of Sub Pop's Hazel, Pete Krebs created The Gossamer Wings, a wild power-pop band that could shatter your with loud melodies one minute and have you singing along the next.\n\nhttps://www.inmusicwetrust.com/articles/18r17.html\nhttps://petekrebs.bandcamp.com/album/sweet-ona-rose",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}