Information about plays

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

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

{
    "id": 3411310,
    "uri": "https://api.kexp.org/v2/plays/3411310/?format=api",
    "airdate": "2024-10-11T14:29:02-07:00",
    "show": 61546,
    "show_uri": "https://api.kexp.org/v2/shows/61546/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Birth4000",
    "track_id": "e5baa80b-eed1-4c2f-b7ab-e2ea1d1d76cf",
    "recording_id": "1384029d-7919-4a35-8044-16a78d16dcbb",
    "artist": "Floating Points",
    "artist_ids": [
        "69d9c5ba-7bba-4cb7-ab32-8ccc48ad4f97"
    ],
    "album": "Cascade",
    "release_id": "eede7c8f-9120-4a8f-af4c-d7bc601e33e4",
    "release_group_id": "70410894-5005-4fac-a254-c82912a069cc",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "2024-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The track's artwork comes from Tokyo based artist Akiko Nakayama. Nakayama is a painter who depicts the beauty of conveying energy metamorphosis through media such as installation, videos, and performance. She brings painting to life by combining the energy of movement and the vibrance of colours, called \"Alive Painting\".\nhttps://floatingpoints.bandcamp.com/album/birth4000\n\nNew music from Sam Shepherd, aka Floating Points\nhttps://tinyurl.com/3v8f8ny9",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}