Information about plays

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

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

{
    "id": 354358,
    "uri": "https://api.kexp.org/v2/plays/354358/?format=api",
    "airdate": "2019-07-14T16:29:00-07:00",
    "show": 5907,
    "show_uri": "https://api.kexp.org/v2/shows/5907/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Orinoco Flow",
    "track_id": "44260247-6bc9-3e54-9970-446fa546ca90",
    "recording_id": null,
    "artist": "Enya",
    "artist_ids": [
        "4967c0a1-b9f3-465e-8440-4598fd9fc33c"
    ],
    "album": "Orinoco Flow",
    "release_id": "6dc90489-d0be-4ff3-9811-fe168f29a5cb",
    "release_group_id": null,
    "labels": [
        "WEA Records"
    ],
    "label_ids": [],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "thank you all for the messages about Enya! :^)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}