Information about plays

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

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

{
    "id": 382985,
    "uri": "https://api.kexp.org/v2/plays/382985/?format=api",
    "airdate": "2019-09-19T14:31:00-07:00",
    "show": 6372,
    "show_uri": "https://api.kexp.org/v2/shows/6372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fell on Hard Times",
    "track_id": "3d8e1b91-0348-32bd-a99d-800f88d5759f",
    "recording_id": null,
    "artist": "Neal Casal",
    "artist_ids": [
        "65e26778-804e-47a2-9b60-6be8b851df69"
    ],
    "album": "Anytime Tomorrow",
    "release_id": "4f4f108d-1816-4d41-b433-3e1813ef1569",
    "release_group_id": null,
    "labels": [
        "Fargo Records"
    ],
    "label_ids": [],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neal Casal was an American guitarist, singer, songwriter, and photographer. First rising to prominence as lead guitar with Rickey Medlocke's Blackfoot from 1988 to 1993, he is also known as a member of Ryan Adams' backing band the Cardinals from 2005 until 2009, with whom he recorded three studio albums. Casal died by suicide on August 26, 2019",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}