Information about plays

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

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

{
    "id": 3415524,
    "uri": "https://api.kexp.org/v2/plays/3415524/?format=api",
    "airdate": "2024-10-21T11:52:19-07:00",
    "show": 61636,
    "show_uri": "https://api.kexp.org/v2/shows/61636/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Did (Bomp Shooby Dooby Bomp)",
    "track_id": "e1d68389-714c-38e3-869d-0669005414c7",
    "recording_id": "2ceae0a1-d7fc-4512-86ee-71a934b81622",
    "artist": "Chuck Prophet",
    "artist_ids": [
        "61568439-b790-4e96-9b4f-64503ce0ab12"
    ],
    "album": "Age of Miracles",
    "release_id": "c779e68d-14e9-468a-a930-270377e42d4c",
    "release_group_id": "f64597df-7a15-3885-a91e-93e7c38fa3c6",
    "labels": [
        "New West Records"
    ],
    "label_ids": [
        "c1b263e3-f148-4e85-81a3-c57aefc56797"
    ],
    "release_date": "2004-09-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chuck Prophet is an American singer-songwriter, guitarist and record producer. A Californian, Prophet first achieved notice in the American psychedelic/desert rock group Green on Red, with whom he toured and recorded in the 1980s. \n\nChuck Prophet performed Live in the KEXP Studio back in 2014: https://youtu.be/RPFK-3pGyjc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}