Information about plays

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

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

{
    "id": 380530,
    "uri": "https://api.kexp.org/v2/plays/380530/?format=api",
    "airdate": "2019-09-13T20:33:00-07:00",
    "show": 6332,
    "show_uri": "https://api.kexp.org/v2/shows/6332/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Woman of the Ghetto",
    "track_id": "3da8179b-f1a7-3731-a833-4cee766031c2",
    "recording_id": null,
    "artist": "Phyllis Dillon",
    "artist_ids": [
        "95810456-566a-4bd9-a67f-f77de775b55f"
    ],
    "album": "Midnight Confessions: Classic Rocksteady and Reggae 1967-71",
    "release_id": "edb05091-3be8-4ba1-9b90-22aa92ba7590",
    "release_group_id": null,
    "labels": [
        "Westside"
    ],
    "label_ids": [
        "63c75312-a6e7-4768-b33e-c4bca96a2cf5"
    ],
    "release_date": "2000-04-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Every week we do a Dancing Tour set to a different location or nation. Tonight it's Jamaica, with reggae greats Marcia Griffiths and Phyllis Dillon.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}