Information about plays

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

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

{
    "id": 374998,
    "uri": "https://api.kexp.org/v2/plays/374998/?format=api",
    "airdate": "2019-08-31T22:16:00-07:00",
    "show": 6242,
    "show_uri": "https://api.kexp.org/v2/shows/6242/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Small Wonder?",
    "track_id": "9566255f-54ba-3d2b-8d05-27eebe8d7ba3",
    "recording_id": null,
    "artist": "The Carpettes",
    "artist_ids": [
        "e1f7607b-de64-4e0b-a967-743650dce365"
    ],
    "album": "Small Wonder?",
    "release_id": "d9a8334e-6d1d-4c42-80b3-9a343db64863",
    "release_group_id": null,
    "labels": [
        "Small Wonder Records"
    ],
    "label_ids": [],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tyne and Wear, England",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}