Information about plays

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

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

{
    "id": 374344,
    "uri": "https://api.kexp.org/v2/plays/374344/?format=api",
    "airdate": "2019-08-30T05:32:38-07:00",
    "show": 6228,
    "show_uri": "https://api.kexp.org/v2/shows/6228/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free Dom (Fred Everything Dubstramental)",
    "track_id": null,
    "recording_id": null,
    "artist": "Dominique Fils-Aimé",
    "artist_ids": [],
    "album": "The Remixes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Foliage"
    ],
    "label_ids": [
        "6670c016-b95d-4b21-b94c-9565c3c0d8b4"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ace remix pack of Montreal artist Dominique Fils-Aimé's Stay Tuned LP from earlier this year - https://soundcloud.com/foliagerecords/sets/dominique-fils-aime-the-remixes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}