Information about plays

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

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

{
    "id": 350335,
    "uri": "https://api.kexp.org/v2/plays/350335/?format=api",
    "airdate": "2019-07-05T05:33:43-07:00",
    "show": 5833,
    "show_uri": "https://api.kexp.org/v2/shows/5833/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ceremonies",
    "track_id": "f6a6b63d-47c0-4c31-acd9-5224a3517dd7",
    "recording_id": null,
    "artist": "Strange Relations",
    "artist_ids": [
        "181139b8-ed6d-4886-a7ac-2dd31a6f6e7a"
    ],
    "album": "Going Out",
    "release_id": "2ded51f5-7134-454b-8569-043205bf6105",
    "release_group_id": null,
    "labels": [
        "Tiny Engines"
    ],
    "label_ids": [
        "2610903c-f0ac-4e7c-a2ab-c50f7468a8c2"
    ],
    "release_date": "2016-07-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}