Information about plays

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

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

{
    "id": 372312,
    "uri": "https://api.kexp.org/v2/plays/372312/?format=api",
    "airdate": "2019-08-25T21:28:47-07:00",
    "show": 6203,
    "show_uri": "https://api.kexp.org/v2/shows/6203/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Arcadia",
    "track_id": null,
    "recording_id": null,
    "artist": "2 8 1 4",
    "artist_ids": [],
    "album": "Lost Fragments",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dream Catalogue"
    ],
    "label_ids": [
        "ab592097-3c33-4bfd-bc85-98e5d5cd848f"
    ],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Time to hit that Juul and vapourwave - https://dreamcatalogue.com/2814-release-lost-fragments/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}