Information about plays

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

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

{
    "id": 350378,
    "uri": "https://api.kexp.org/v2/plays/350378/?format=api",
    "airdate": "2019-07-05T08:18:30-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "http://coverartarchive.org/release/fb03398c-5e1b-4a07-8ba7-6107c8b5e2e8/12939889997-250.jpg",
    "thumbnail_uri": "",
    "song": "Whirling Eye",
    "track_id": "1fb22561-27da-4a58-8fdb-fb3ac6201bdf",
    "recording_id": null,
    "artist": "The Kills",
    "artist_ids": [
        "2c629b8c-d751-4131-b785-5690bb5e0fd7"
    ],
    "album": "Ash & Ice",
    "release_id": "fb03398c-5e1b-4a07-8ba7-6107c8b5e2e8",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2016-06-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Go here to follow The Kills:  http://thekills.tv/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}