Information about plays

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

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

{
    "id": 3412994,
    "uri": "https://api.kexp.org/v2/plays/3412994/?format=api",
    "airdate": "2024-10-15T13:48:07-07:00",
    "show": 61584,
    "show_uri": "https://api.kexp.org/v2/shows/61584/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hand On Me",
    "track_id": "13174e94-80de-4981-a308-55c09c245226",
    "recording_id": "b9419c0c-a36c-4b45-8dd4-e541eb6b50d3",
    "artist": "Nourished by Time",
    "artist_ids": [
        "6420dd6b-8232-42db-9cb9-90bec8f40e91"
    ],
    "album": "Catching Chickens",
    "release_id": "adf8aa99-6f9c-41e8-8671-635f74f38bf4",
    "release_group_id": "6608aa8a-ff1a-4d52-bec8-595f1f281d44",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2024-03-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nourished by Time is Baltimore musician Marcus Brown. According to a press release, the name of his debut EP, \"Catching Chickens,\" was inspired by the scene from \"Rocky II\" in which the titular boxer’s trainer Mickey makes him chase a rooster around in a back alley to test his agility.\n--\n Nourished By Time will be playing Seattle's Capitol Hill Block Party on Saturday, July 20th. The Block Party runs  from July 19-21. https://www.capitolhillblockparty.com/#",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}