Information about plays

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

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

{
    "id": 370829,
    "uri": "https://api.kexp.org/v2/plays/370829/?format=api",
    "airdate": "2019-08-22T12:47:12-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lack Of Love",
    "track_id": "09282d4d-7c98-4980-b622-7d843d72c707",
    "recording_id": null,
    "artist": "Friendly Fires",
    "artist_ids": [
        "ef656595-bbe8-4386-8953-be8df9f54472"
    ],
    "album": "Inflorescent",
    "release_id": "64f4bbc9-6c6c-4ebf-b23b-7136d425c035",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2019-08-09",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The UK trio’s first album since 2011 finds new life in the smooth surfaces of house music.\" Read the full Pitchfork review of the new album <i>Inflorescent</i> here: https://pitchfork.com/reviews/albums/friendly-fires-inflorescent/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}