Information about plays

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

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

{
    "id": 378621,
    "uri": "https://api.kexp.org/v2/plays/378621/?format=api",
    "airdate": "2019-09-09T06:14:41-07:00",
    "show": 6304,
    "show_uri": "https://api.kexp.org/v2/shows/6304/?format=api",
    "image_uri": "http://coverartarchive.org/release/e4cef835-f2ac-48df-8407-b38ac4ec9969/22564414072-250.jpg",
    "thumbnail_uri": "",
    "song": "Með suð í eyrum",
    "track_id": "72e32a6b-8ad0-34ed-b039-bd02e3b34821",
    "recording_id": null,
    "artist": "Sigur Rós",
    "artist_ids": [
        "f6f2326f-6b25-4170-b89d-e235b25508e8"
    ],
    "album": "Með suð í eyrum við spilum endalaust",
    "release_id": "e4cef835-f2ac-48df-8407-b38ac4ec9969",
    "release_group_id": null,
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2008-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Með suð í eyrum\" translates to \"With a buzz in our ears\".  Sigur Ros recently created a playlist that's supposed to help you sleep. \"We like the fact that sleep remains defiantly mysterious; something we all do – all need to do – but can’t ever get fully inside. this playlist is a modest attempt to mirror the journey of a sleep cycle, with its curves, steady states and natural transitions.” Check it out at https://sigurros.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}