Information about plays

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

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

{
    "id": 3576504,
    "uri": "https://api.kexp.org/v2/plays/3576504/?format=api",
    "airdate": "2025-11-10T17:51:40-08:00",
    "show": 65075,
    "show_uri": "https://api.kexp.org/v2/shows/65075/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Indignan a un Zorzal",
    "track_id": null,
    "recording_id": null,
    "artist": "Juana Molina",
    "artist_ids": [
        "eca5dd0e-edc7-4658-85f0-762e263b4acd"
    ],
    "album": "DOGA",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sonamos"
    ],
    "label_ids": [
        "36e3588d-5e12-42ad-ae57-46b526c08a72"
    ],
    "release_date": "2025-11-05",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DOGA, new studio album by Juana Molina, the eighth full-length of her career and her first album of new compositions in eight years.\n\nhttps://juanamolina.bandcamp.com/album/doga",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}