Information about plays

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

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

{
    "id": 344500,
    "uri": "https://api.kexp.org/v2/plays/344500/?format=api",
    "airdate": "2019-06-21T23:23:00-07:00",
    "show": 5740,
    "show_uri": "https://api.kexp.org/v2/shows/5740/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fell In Luv (feat. Bryson Tiller)",
    "track_id": null,
    "recording_id": null,
    "artist": "Playboi Carti",
    "artist_ids": [
        "2baf3276-ed6a-4349-8d2e-f4601e7b2167"
    ],
    "album": "Die Lit",
    "release_id": "5867dcc6-8707-414b-83c1-a42d9d537e9f",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [],
    "release_date": "2018-05-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playboi Carti will be back in WA at the White River Amphitheater in Auburn for Wiz Khalifa's tour on Tues. Aug. 13th. http://www.wizkhalifa.com/decentexposure",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}