Information about plays

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

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

{
    "id": 370423,
    "uri": "https://api.kexp.org/v2/plays/370423/?format=api",
    "airdate": "2019-08-21T14:50:01-07:00",
    "show": 6173,
    "show_uri": "https://api.kexp.org/v2/shows/6173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Magician's Success",
    "track_id": "ef558a9e-d861-4d77-8862-6d7a62470da3",
    "recording_id": null,
    "artist": "Vanishing Twin",
    "artist_ids": [
        "487a96f2-eefd-485e-892b-2cf240835bf4"
    ],
    "album": "The Age of Immunology",
    "release_id": "8f4d6d9b-d9f0-45f2-a626-27d657819641",
    "release_group_id": null,
    "labels": [
        "Fire Records"
    ],
    "label_ids": [
        "659008fb-d1e7-4eca-865c-0d0344a721ed"
    ],
    "release_date": "2019-06-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from the London based band that consists of members of Broadcast, Gruff Rhys, and Zongamin.  https://www.firerecords.com/vanishing-twin-2/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}