Information about plays

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

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

{
    "id": 351379,
    "uri": "https://api.kexp.org/v2/plays/351379/?format=api",
    "airdate": "2019-07-07T16:36:14-07:00",
    "show": 5855,
    "show_uri": "https://api.kexp.org/v2/shows/5855/?format=api",
    "image_uri": "http://coverartarchive.org/release/55960ddf-eb97-492c-98dd-e0307174939a/22136936379-250.jpg",
    "thumbnail_uri": "",
    "song": "Freelance",
    "track_id": "d91924ce-fbf3-4e05-b817-3e031c4b5eed",
    "recording_id": null,
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Outer Peace",
    "release_id": "55960ddf-eb97-492c-98dd-e0307174939a",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [
        "c34caca6-4de9-4cd2-8549-c71b0162bf1c"
    ],
    "release_date": "2019-01-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}