Information about plays

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

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

{
    "id": 343663,
    "uri": "https://api.kexp.org/v2/plays/343663/?format=api",
    "airdate": "2019-06-19T22:32:19-07:00",
    "show": 5728,
    "show_uri": "https://api.kexp.org/v2/shows/5728/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Man",
    "track_id": "833d7874-0a9e-3010-bb58-54b8b955dc55",
    "recording_id": null,
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Songs in the Key of Life",
    "release_id": "7d91d7f2-4153-4808-930b-9e2b51e3fbf9",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of the best albums anyone ever recorded?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}