Information about plays

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

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

{
    "id": 376084,
    "uri": "https://api.kexp.org/v2/plays/376084/?format=api",
    "airdate": "2019-09-03T16:07:54-07:00",
    "show": 6262,
    "show_uri": "https://api.kexp.org/v2/shows/6262/?format=api",
    "image_uri": "http://coverartarchive.org/release/1dcc6769-fe3a-4ec1-ab21-6bbc70f8a821/23385921762-250.jpg",
    "thumbnail_uri": "",
    "song": "Either Way",
    "track_id": "236e1d44-f72b-4aa6-b191-4df188389488",
    "recording_id": null,
    "artist": "Jeanines",
    "artist_ids": [
        "e1aed2f3-4af5-4d43-92a8-763e3cf8bb88"
    ],
    "album": "Jeanines",
    "release_id": "1dcc6769-fe3a-4ec1-ab21-6bbc70f8a821",
    "release_group_id": null,
    "labels": [
        "Slumberland Records"
    ],
    "label_ids": [
        "5bf0ffc7-898d-43f0-a072-b072506fe617"
    ],
    "release_date": "2019-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The debut album of this DIY pop duo comprised of Alicia Jeanine and Jed Smith.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}