Information about plays

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

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

{
    "id": 374339,
    "uri": "https://api.kexp.org/v2/plays/374339/?format=api",
    "airdate": "2019-08-30T05:15:00-07:00",
    "show": 6228,
    "show_uri": "https://api.kexp.org/v2/shows/6228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "High Note",
    "track_id": null,
    "recording_id": null,
    "artist": "Magic Island",
    "artist_ids": [],
    "album": "Warm Heaven",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mansions and Millions"
    ],
    "label_ids": [
        "5001c4af-6add-4516-b1e0-4e1b5d15cb03"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rad EP and music video from Berlin's Emma Czerny - https://youtu.be/8uelDtARSZY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}