Information about plays

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

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

{
    "id": 352599,
    "uri": "https://api.kexp.org/v2/plays/352599/?format=api",
    "airdate": "2019-07-10T14:15:24-07:00",
    "show": 5876,
    "show_uri": "https://api.kexp.org/v2/shows/5876/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Turned My Back on the Written Word",
    "track_id": "ccf502d0-e75f-4894-9c9f-8c126a5cc587",
    "recording_id": null,
    "artist": "Generationals",
    "artist_ids": [
        "11f34bce-298f-4527-a5eb-28cafee71c4f"
    ],
    "album": "Reader as Detective",
    "release_id": "f787c600-b682-4796-92d4-b7ce72c37692",
    "release_group_id": null,
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2019-07-19",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Generationals' will be performing with Pure Bathing Culture at The Crocodile in Seattle on August 28th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}