Information about plays

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

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

{
    "id": 382951,
    "uri": "https://api.kexp.org/v2/plays/382951/?format=api",
    "airdate": "2019-09-19T12:34:45-07:00",
    "show": 6371,
    "show_uri": "https://api.kexp.org/v2/shows/6371/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Heaven Let Me In",
    "track_id": "25296640-d949-40d7-9ab9-971eecd53397",
    "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": "“‘Heaven Let Me In’ is a song about being comfortable in your own skin,” the band’s Ed Macfarlane said in a statement. “When you stop trying so hard and embrace your imperfection then opportunities arise and doors open.” https://bit.ly/2kVbKrZ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}