Information about plays

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

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

{
    "id": 3410095,
    "uri": "https://api.kexp.org/v2/plays/3410095/?format=api",
    "airdate": "2024-10-08T16:01:49-07:00",
    "show": 61523,
    "show_uri": "https://api.kexp.org/v2/shows/61523/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Not (Your Heart Be Troubled)",
    "track_id": "e0393ec8-1e38-4559-b90f-aae0dcc5234b",
    "recording_id": "29b2da5c-926c-4490-beff-e6e9ee0132b3",
    "artist": "Lady Blackbird",
    "artist_ids": [
        "5e779832-3109-419b-b713-9165809ac1cf"
    ],
    "album": "Slang Spirituals",
    "release_id": "91cd8a5f-7340-4bc5-b0a2-58dce4993763",
    "release_group_id": "a0832abf-f143-413f-826e-883b98be95e9",
    "labels": [
        "Foundation Music"
    ],
    "label_ids": [
        "6c7e0c8a-5688-4a80-99d4-57855af17399"
    ],
    "release_date": "2024-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lady Blackbird (Marley Munroe) and Chris Seefried wrote several songs while touring in support of \"Black Acid Soul\" - they convened with a team for a week-long recording session in the LA studio East West - known for legendary albums' such as the Beach Boys' \"Pet Sounds\"\n\nLearn more: https://iamladyblackbird.bandcamp.com/album/slang-spirituals-12-clear-vinyl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}