Information about plays

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

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

{
    "id": 347177,
    "uri": "https://api.kexp.org/v2/plays/347177/?format=api",
    "airdate": "2019-06-27T22:08:00-07:00",
    "show": 5782,
    "show_uri": "https://api.kexp.org/v2/shows/5782/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Odio",
    "track_id": null,
    "recording_id": null,
    "artist": "iLe",
    "artist_ids": [
        "25e7697d-24cb-4cba-904e-a90b53cc3004"
    ],
    "album": "Almadura",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Miss Ashley, meet and chatted with iLe Puerto Rican singer, composer and vocalist about her new album. You can check it out here: https://www.kexp.org/read/2019/6/27/calle-13-ile-hurricane-maria-solo-album-almadura/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}