Information about plays

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

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

{
    "id": 355891,
    "uri": "https://api.kexp.org/v2/plays/355891/?format=api",
    "airdate": "2019-07-18T05:15:32-07:00",
    "show": 5929,
    "show_uri": "https://api.kexp.org/v2/shows/5929/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peccavi",
    "track_id": "45b01f77-09df-4c47-b30a-a8d5152bd23d",
    "recording_id": null,
    "artist": "Puro Instinct",
    "artist_ids": [
        "295f6f18-d316-4927-92df-2913291c7b99"
    ],
    "album": "Autodrama",
    "release_id": "76c233b9-767c-410b-bc46-00e9e96aa099",
    "release_group_id": null,
    "labels": [
        "Manifesto"
    ],
    "label_ids": [
        "04f8fe8c-83da-4912-9c6c-295923fd48dd"
    ],
    "release_date": "2016-06-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I was just playing this nonstop in 2016, where did the time go?!?!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}