Information about plays

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

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

{
    "id": 351008,
    "uri": "https://api.kexp.org/v2/plays/351008/?format=api",
    "airdate": "2019-07-06T21:22:00-07:00",
    "show": 5847,
    "show_uri": "https://api.kexp.org/v2/shows/5847/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She",
    "track_id": null,
    "recording_id": null,
    "artist": "Misfits",
    "artist_ids": [
        "936addc3-91aa-49de-8ec0-0dc186de151f"
    ],
    "album": "45",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "[unknown]"
    ],
    "label_ids": [],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This original Misfits lineup will be playing at the White River Amphitheater in Auburn with The Damned, The Distillers, and Cro-Mags on Saturday, September 14th. https://www.thestranger.com/events/40201987/the-original-misfits",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}