Information about plays

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

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

{
    "id": 3412826,
    "uri": "https://api.kexp.org/v2/plays/3412826/?format=api",
    "airdate": "2024-10-15T07:02:18-07:00",
    "show": 61582,
    "show_uri": "https://api.kexp.org/v2/shows/61582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Porcelain",
    "track_id": "1584fbf8-b43c-4a5f-81e3-d1c9225387b7",
    "recording_id": "6b8198f2-507d-45d7-b719-1ca473ec1735",
    "artist": "Moby feat. Jim James",
    "artist_ids": [
        "8970d868-0723-483b-a75b-51088913d3d4",
        "b7c4125d-2867-4e29-ba44-b19a69309c68"
    ],
    "album": "Reprise",
    "release_id": "fd0be3e0-4154-49d8-8f19-ae8309092323",
    "release_group_id": "c88942a2-d9bf-4661-9bba-22625a8f261a",
    "labels": [
        "Deutsche Grammophon"
    ],
    "label_ids": [
        "5a584032-dcef-41bb-9f8b-19540116fb1c"
    ],
    "release_date": "2021-05-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In 2021 Moby, partnering with the Budapest Art Orchestra, reimagined 13 of his songs on Reprise. \n\nExplaining the album’s creation, Moby explains in a press release, “...for me the main purpose of music is to communicate emotion, to share some aspect of the human condition to whomever might be listening.”  \n\nArtists who joined him included Alice Skye, Amythyst Kiah, Darlingside, Deitrick Haddon, Jim James, Kris Kristofferson, Luna Li, Mark Lanegan, Nataly Dawn, Skylar Grey and Víkingur Ólafsson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}