Information about plays

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

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

{
    "id": 353197,
    "uri": "https://api.kexp.org/v2/plays/353197/?format=api",
    "airdate": "2019-07-11T20:30:00-07:00",
    "show": 5883,
    "show_uri": "https://api.kexp.org/v2/shows/5883/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(If Loving You Is Wrong) I Don't Want To Be Right",
    "track_id": null,
    "recording_id": null,
    "artist": "Barbara Mandrell",
    "artist_ids": [
        "f9af8ba9-78d9-4355-85f5-f3c8abdaa31f"
    ],
    "album": "",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "MCA"
    ],
    "label_ids": [],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from 1978",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}