Information about plays

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

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

{
    "id": 372469,
    "uri": "https://api.kexp.org/v2/plays/372469/?format=api",
    "airdate": "2019-08-26T07:36:31-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "http://coverartarchive.org/release/611c2bd1-b69d-3894-9755-9b1c8d6a16ea/9754946893-250.jpg",
    "thumbnail_uri": "",
    "song": "In a Big Country",
    "track_id": "8fe5a395-2b0d-363a-b25c-0ed5d39b06f1",
    "recording_id": null,
    "artist": "Big Country",
    "artist_ids": [
        "b4013ff1-d7ce-4b1a-af6e-e0b19ca7f378"
    ],
    "album": "The Crossing",
    "release_id": "611c2bd1-b69d-3894-9755-9b1c8d6a16ea",
    "release_group_id": null,
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Track #2 on Michael's mixtape seems appropriate: \"I now live in Maine and Roxanne lives in Seattle. We only see each other a couple times a year now but whenever we catch up, music is still a huge element of our bond.\" (P.S. YEAH  MAINE! - Stef 🦞)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}