Information about plays

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

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

{
    "id": 350069,
    "uri": "https://api.kexp.org/v2/plays/350069/?format=api",
    "airdate": "2019-07-04T14:54:00-07:00",
    "show": 5830,
    "show_uri": "https://api.kexp.org/v2/shows/5830/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rhythm Nation",
    "track_id": "94cb87e2-3b87-3bcf-b949-b4a2a8c2ab67",
    "recording_id": null,
    "artist": "Janet Jackson",
    "artist_ids": [
        "6be2828f-6c0d-4059-99d4-fa18acf1a296"
    ],
    "album": "Rhythm Nation 1814",
    "release_id": "03f47647-35d3-3a64-832b-ff9846a154af",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [],
    "release_date": "1989-09-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celebrating 30 years this September!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}