Information about plays

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

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

{
    "id": 344181,
    "uri": "https://api.kexp.org/v2/plays/344181/?format=api",
    "airdate": "2019-06-21T00:16:54-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "http://coverartarchive.org/release/6c8a82d0-73c7-4eff-b84d-6c20a8f0a4dd/2987647368-250.jpg",
    "thumbnail_uri": "",
    "song": "Light My Fire",
    "track_id": "a2b80734-801d-338b-b720-4fd6c34a1168",
    "recording_id": null,
    "artist": "The Doors",
    "artist_ids": [
        "9efff43b-3b29-4082-824e-bc82f646f93d"
    ],
    "album": "The Doors",
    "release_id": "6c8a82d0-73c7-4eff-b84d-6c20a8f0a4dd",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2007-03-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Light My Fire\" is a song by the American rock band the Doors. It was recorded in August 1966. \n\nLength 7:06 (Album Version) \n2:52 (Single Version)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}