Information about plays

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

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

{
    "id": 379269,
    "uri": "https://api.kexp.org/v2/plays/379269/?format=api",
    "airdate": "2019-09-10T20:18:00-07:00",
    "show": 6313,
    "show_uri": "https://api.kexp.org/v2/shows/6313/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ambassel",
    "track_id": "8a323596-174b-43d1-80f3-e468cdb42328",
    "recording_id": null,
    "artist": "Krar Collective",
    "artist_ids": [
        "b9d8015c-001c-48c8-9cb7-c72c53d623fa"
    ],
    "album": "Ethiopia Super Krar",
    "release_id": "8f30ea7f-005c-4b6b-b99b-1bbc650c61da",
    "release_group_id": null,
    "labels": [
        "Riverboat Records"
    ],
    "label_ids": [],
    "release_date": "2012-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The London-based Ethiopian three-piece, centered on the traditional krar harp has been called ‘The Ethiopian White Stripes’ for its full sound. Check out Krar Collective's 2014 in-studio performance - streaming now on the KEXP YouTube channel: https://youtu.be/uo5-ci89_zI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}