Information about plays

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

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

{
    "id": 3417028,
    "uri": "https://api.kexp.org/v2/plays/3417028/?format=api",
    "airdate": "2024-10-25T07:25:52-07:00",
    "show": 61667,
    "show_uri": "https://api.kexp.org/v2/shows/61667/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ohio All the Time",
    "track_id": "c19273b6-bbb4-4919-adec-a230baa84b91",
    "recording_id": "b2cac939-1686-4fcc-914e-8645f79d076f",
    "artist": "Momma",
    "artist_ids": [
        "a17342a6-e661-4874-9687-957caf010377"
    ],
    "album": "Ohio All the Time",
    "release_id": "28561f97-1bd8-4e8a-88e3-a5a4f9516111",
    "release_group_id": "40606f5f-581d-4884-9492-d0b9c2da5eab",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2024-10-22",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a new release from Brooklyn band Momma. They say, \" it feels so crazy to put new music out after basically nonstop touring these past 2 years. We have so many stories to tell and this is just one of them.\": https://www.facebook.com/mommaband/\n--\nWatch the video, which tries to capture \" that youthful feeling, like the world is brand new and everything is ahead of you. \": https://www.youtube.com/watch?v=y-4na5pnevE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}