Information about plays

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

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

{
    "id": 350063,
    "uri": "https://api.kexp.org/v2/plays/350063/?format=api",
    "airdate": "2019-07-04T14:35:27-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "http://coverartarchive.org/release/e0868cb0-9407-456a-9cc4-e3c92946a4ab/23084892094-250.jpg",
    "thumbnail_uri": "",
    "song": "America Is Your Boyfriend",
    "track_id": "8c6c5b54-9787-4261-8ddc-2fb4edeb1e62",
    "recording_id": null,
    "artist": "Steve Mason",
    "artist_ids": [
        "8784d2c2-7cfe-430a-96d9-fa77a59b3bf6"
    ],
    "album": "About the Light",
    "release_id": "e0868cb0-9407-456a-9cc4-e3c92946a4ab",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "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"
}