Information about plays

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

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

{
    "id": 3438131,
    "uri": "https://api.kexp.org/v2/plays/3438131/?format=api",
    "airdate": "2024-12-14T20:19:02-08:00",
    "show": 62111,
    "show_uri": "https://api.kexp.org/v2/shows/62111/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don't Mind",
    "track_id": "a083a03b-95c1-4bf0-bd11-e905d26bf74e",
    "recording_id": "12e8ff0f-7420-41e0-ab82-7b013cbb69a2",
    "artist": "Daisies",
    "artist_ids": [
        "92de715a-dcab-49f8-8930-bd61ee9831dc"
    ],
    "album": "Daisies in the Studio With DJ Rap Class",
    "release_id": "c275c1b0-0a22-40f0-8d68-8f2bdf712037",
    "release_group_id": "638ffa79-0016-4f0b-8e33-c3bf0b78591e",
    "labels": [
        "Joker's Got a Posse"
    ],
    "label_ids": [
        "76e24603-7ed5-44ce-849b-9ff1e67c7ce9"
    ],
    "release_date": "2020-10-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Daisies is a project about love. A new idea that comes from the past. Daisies make everyone so high on the way they express through their music what it means to feel human and be alive , but being in a band with them is like working with aliens. They aren’t like anyone else on this planet. \n\n\nhttps://daisies.bandcamp.com/album/daisies-in-the-studio-with-dj-rap-class",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}