Information about plays

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

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

{
    "id": 3591271,
    "uri": "https://api.kexp.org/v2/plays/3591271/?format=api",
    "airdate": "2025-12-15T04:05:52-08:00",
    "show": 65383,
    "show_uri": "https://api.kexp.org/v2/shows/65383/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Marringa (Bee Bye Lullaby)",
    "track_id": null,
    "recording_id": null,
    "artist": "Emily Wurramara",
    "artist_ids": [
        "d7e22ba9-1420-4cfa-bd1a-af57914c0f1e"
    ],
    "album": "Ayarra Emeba (Calm Songs)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Anindilyakwa\t\n\nMarringa is a lullaby about sleeping and dreaming of animals, and is a word that means \"sleeping\" in the Anindilyakwa language",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}