Information about plays

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

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

{
    "id": 355517,
    "uri": "https://api.kexp.org/v2/plays/355517/?format=api",
    "airdate": "2019-07-17T08:00:25-07:00",
    "show": 5924,
    "show_uri": "https://api.kexp.org/v2/shows/5924/?format=api",
    "image_uri": "http://coverartarchive.org/release/0466b981-0b33-43dc-b849-3d889eab7cf0/6894504980-250.jpg",
    "thumbnail_uri": "",
    "song": "Desire Lines",
    "track_id": "9104e61d-2d80-428c-a16f-3fef0542c893",
    "recording_id": null,
    "artist": "Deerhunter",
    "artist_ids": [
        "4f416ed7-dda2-45de-a6f1-b986e861cf4b"
    ],
    "album": "Halcyon Digest",
    "release_id": "0466b981-0b33-43dc-b849-3d889eab7cf0",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deerhunter plays The Showbox this Saturday, July 20th! Info here: https://www.showboxpresents.com/events/detail/374443",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}