Information about plays

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

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

{
    "id": 3412585,
    "uri": "https://api.kexp.org/v2/plays/3412585/?format=api",
    "airdate": "2024-10-14T16:09:46-07:00",
    "show": 61577,
    "show_uri": "https://api.kexp.org/v2/shows/61577/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Big Sweater",
    "track_id": null,
    "recording_id": null,
    "artist": "Isabeau Waia'u Walker",
    "artist_ids": [
        "7a1de859-ade1-4f49-9c82-b11156592d5b"
    ],
    "album": "Body",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2022-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Isabeau Waia’u Walker is a Native Hawaiian singer-songwriter currently residing in Portland, OR. She is also a touring member of the band Y La Bamba. \n\nhttps://isabeauwalker.bandcamp.com/album/body",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}