Information about plays

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

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

{
    "id": 3427983,
    "uri": "https://api.kexp.org/v2/plays/3427983/?format=api",
    "airdate": "2024-11-20T21:31:16-08:00",
    "show": 61903,
    "show_uri": "https://api.kexp.org/v2/shows/61903/?format=api",
    "image_uri": "https://coverartarchive.org/release/36d10d47-8fc7-44ee-853c-d7ec1acbdd13/32188582687-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/36d10d47-8fc7-44ee-853c-d7ec1acbdd13/32188582687-250.jpg",
    "song": "Alma",
    "track_id": null,
    "recording_id": "0bf02582-fa46-4cb7-bcd1-656d091b4a11",
    "artist": "Melody’s Echo Chamber",
    "artist_ids": [
        "a1bcf3fd-dcf9-4437-b4f4-d8a6ab837396"
    ],
    "album": "Alma",
    "release_id": null,
    "release_group_id": "d88c4dbb-951b-4760-8eb8-16787d6adfeb",
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2022-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Melody Prochet, French musician also known as Melody’s Echo Chamber, has just released her third single, which she describes as “more of a poem to life”, ahead of the release of her forthcoming new album Emotional Eternal. The song is her tribute to motherhood which she wrote after having to leave her newborn for a night a year after giving birth.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}