Information about plays

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

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

{
    "id": 352249,
    "uri": "https://api.kexp.org/v2/plays/352249/?format=api",
    "airdate": "2019-07-09T18:31:00-07:00",
    "show": 5871,
    "show_uri": "https://api.kexp.org/v2/shows/5871/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "City Lights",
    "track_id": "5307a65c-41b4-470b-a000-300dddbf5de8",
    "recording_id": null,
    "artist": "マクロスMACROSS 82–99",
    "artist_ids": [
        "f87f944d-d31e-49f1-a43f-39139c2306bb"
    ],
    "album": "SAILORWAVE II",
    "release_id": "db507857-ee3f-4f9b-b023-e74a5df2c8de",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-12-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "MACROSS 82-99 is a producer from Mexico City influenced by Japanese culture and music. One of the first Future Funk artist and characterized by his 80s funk city pop vibe https://macross82-99.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}