Information about plays

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

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

{
    "id": 376637,
    "uri": "https://api.kexp.org/v2/plays/376637/?format=api",
    "airdate": "2019-09-04T16:55:40-07:00",
    "show": 6268,
    "show_uri": "https://api.kexp.org/v2/shows/6268/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lover",
    "track_id": "00856d39-b209-4448-a929-07a8c4cb7184",
    "recording_id": null,
    "artist": "Noah Gundersen",
    "artist_ids": [
        "c7162e23-1c2b-488b-b77a-f65824bfb24f"
    ],
    "album": "Lover",
    "release_id": "777d0eea-7279-4558-8eed-d6fc8b0cb501",
    "release_group_id": null,
    "labels": [
        "Cooking Vinyl USA"
    ],
    "label_ids": [
        "a0e51bdf-b716-42b5-bfb4-5e153bc5ab4c"
    ],
    "release_date": "2019-08-23",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This new album will be out on August 23rd.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}