Information about plays

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

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

{
    "id": 374814,
    "uri": "https://api.kexp.org/v2/plays/374814/?format=api",
    "airdate": "2019-08-31T10:50:27-07:00",
    "show": 6238,
    "show_uri": "https://api.kexp.org/v2/shows/6238/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Foggy Road",
    "track_id": "dcdff3fd-8e56-3845-86b3-d340126830d8",
    "recording_id": null,
    "artist": "Burning Spear",
    "artist_ids": [
        "16dad944-c492-43dd-88ed-e0b7ac520c40"
    ],
    "album": "Creation Rebel: The Original Classic Recordings From Studio One",
    "release_id": "96ea0119-e0a7-459a-a564-26fb70182490",
    "release_group_id": null,
    "labels": [
        "Heartbeat Records"
    ],
    "label_ids": [],
    "release_date": "2004-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Artist & Song request for Riley (when she was one year old, she sat in her parents bed as her dad played BURNING SPEAR FOGGY ROAD LIVE FROM 1979 for her!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}