Information about plays

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

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

{
    "id": 378094,
    "uri": "https://api.kexp.org/v2/plays/378094/?format=api",
    "airdate": "2019-09-07T21:47:04-07:00",
    "show": 6292,
    "show_uri": "https://api.kexp.org/v2/shows/6292/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fake I.D.",
    "track_id": null,
    "recording_id": null,
    "artist": "Anemic Boyfriends",
    "artist_ids": [
        "e3016b01-2ef2-4bf1-84eb-1fb5cc6fe2ff"
    ],
    "album": "single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "HoZac Records"
    ],
    "label_ids": [
        "94099e8d-2456-485c-8e41-7fbbfc2e696f"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alaskan teenage punk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}