Information about plays

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

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

{
    "id": 354374,
    "uri": "https://api.kexp.org/v2/plays/354374/?format=api",
    "airdate": "2019-07-14T17:24:00-07:00",
    "show": 5907,
    "show_uri": "https://api.kexp.org/v2/shows/5907/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Culebro",
    "track_id": "0bb7f120-9540-4134-87dd-c82713b46f7c",
    "recording_id": null,
    "artist": "Jungle Fire",
    "artist_ids": [
        "6052b119-dd4e-490f-9339-b22ee9c5a578"
    ],
    "album": "Tropicoso",
    "release_id": "a5b128e5-5b0d-4f33-bc66-c65c8251a6e3",
    "release_group_id": null,
    "labels": [
        "Nacional Records"
    ],
    "label_ids": [],
    "release_date": "2014-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Los Angelesbased 10-piece TropiFunk juggernaut pulls its influences from the music of legends such as Irakere, Ray Barretto, James Brown, Fela Kuti and Manu Dibango  // http://junglefiremusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}