Information about plays

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

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

{
    "id": 376902,
    "uri": "https://api.kexp.org/v2/plays/376902/?format=api",
    "airdate": "2019-09-05T06:37:01-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Poke",
    "track_id": "c69be50a-82fe-3cb1-bdc9-c37a8299f238",
    "recording_id": null,
    "artist": "Frightened Rabbit",
    "artist_ids": [
        "dc21d171-7204-4759-9fd0-77d031aeb40c"
    ],
    "album": "The Midnight Organ Fight",
    "release_id": "8bc361f4-0b80-35c9-8372-bb7c664d8d85",
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2008-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You should look through some old photos // I adored you in every one of those // If someone took a picture of us now they'd need to be told // That we had ever clung and tied // A navy knot with arms at night",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}