Information about plays

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

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

{
    "id": 350092,
    "uri": "https://api.kexp.org/v2/plays/350092/?format=api",
    "airdate": "2019-07-04T16:11:23-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/199e515e-a89d-4fe5-a664-e4376194ac1e/12136765203-250.jpg",
    "thumbnail_uri": "",
    "song": "FloriDada",
    "track_id": "1c7cdb0e-669d-480c-a833-93af18da6653",
    "recording_id": null,
    "artist": "Animal Collective",
    "artist_ids": [
        "0c751690-c784-4a4f-b1e4-c1de27d47581"
    ],
    "album": "Painting With",
    "release_id": "199e515e-a89d-4fe5-a664-e4376194ac1e",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "bfe26801-a86f-49b9-8502-05ae80b02594"
    ],
    "release_date": "2016-02-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}