Information about plays

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

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

{
    "id": 352763,
    "uri": "https://api.kexp.org/v2/plays/352763/?format=api",
    "airdate": "2019-07-10T23:55:00-07:00",
    "show": 5878,
    "show_uri": "https://api.kexp.org/v2/shows/5878/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Have Known Love",
    "track_id": "78c22ce1-38fd-30d4-b553-c900bfc7d641",
    "recording_id": null,
    "artist": "Silver Apples",
    "artist_ids": [
        "802d971d-5fb1-4ca1-8e56-69c64122d957"
    ],
    "album": "Contact",
    "release_id": "f28cc1cf-f42b-33fc-9339-95ac33df1546",
    "release_group_id": null,
    "labels": [
        "Kapp"
    ],
    "label_ids": [
        "a181d9a4-7b62-4b40-9bad-5cb6d2e6ec91"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}